diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-09 20:05:56 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-09 20:05:56 +0000 |
commit | 962e0e0b0098e0e4208af29c7aefb303cbc8b047 (patch) | |
tree | 1617d741b8022680e5b8820474fddc29a9670592 /app-vim/syntastic | |
parent | app-vim/xquery-syntax: Stabilize 0.1-r3 sparc, #919612 (diff) | |
download | gentoo-962e0e0b0098e0e4208af29c7aefb303cbc8b047.tar.gz gentoo-962e0e0b0098e0e4208af29c7aefb303cbc8b047.tar.bz2 gentoo-962e0e0b0098e0e4208af29c7aefb303cbc8b047.zip |
app-vim/syntastic: Stabilize 3.10.0 amd64, #919615
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim/syntastic')
-rw-r--r-- | app-vim/syntastic/syntastic-3.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/syntastic/syntastic-3.10.0.ebuild b/app-vim/syntastic/syntastic-3.10.0.ebuild index d109f7f00959..e714723dead1 100644 --- a/app-vim/syntastic/syntastic-3.10.0.ebuild +++ b/app-vim/syntastic/syntastic-3.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git" else SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="vim plugin: syntax checking using external tools" |