commit: 962e0e0b0098e0e4208af29c7aefb303cbc8b047
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:05:56 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:05:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962e0e0b
app-vim/syntastic: Stabilize 3.10.0 amd64, #919615
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/syntastic/syntastic-3.10.0.ebuild | 4 ++--
1 file 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"