summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-12-09 20:12:32 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2023-12-09 20:12:32 +0000
commitf42ba233044b3dc4ca58411340555309fb42f18d (patch)
treef2b18661f815efabb746fd307f63bab88d0bcdf4 /app-vim/syntastic
parentapp-vim/nerdtree-tabs: Stabilize 1.4.7-r1 x86, #919611 (diff)
downloadgentoo-f42ba233044b3dc4ca58411340555309fb42f18d.tar.gz
gentoo-f42ba233044b3dc4ca58411340555309fb42f18d.tar.bz2
gentoo-f42ba233044b3dc4ca58411340555309fb42f18d.zip
app-vim/syntastic: Stabilize 3.10.0 x86, #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.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/syntastic/syntastic-3.10.0.ebuild b/app-vim/syntastic/syntastic-3.10.0.ebuild
index e714723dead1..b2b1b8836e9e 100644
--- a/app-vim/syntastic/syntastic-3.10.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.10.0.ebuild
@@ -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"