From 054f4bed6143d1650cbe6929ef79f1dfcd18c458 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 11 Dec 2016 23:14:26 -0500 Subject: app-vim/syntastic: stabilize 3.8.0 --- app-vim/syntastic/syntastic-3.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/syntastic/syntastic-3.8.0.ebuild b/app-vim/syntastic/syntastic-3.8.0.ebuild index 5e820632ae04..049953abaa59 100644 --- a/app-vim/syntastic/syntastic-3.8.0.ebuild +++ b/app-vim/syntastic/syntastic-3.8.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git" else SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="vim plugin: syntax checking using external tools" -- cgit v1.2.3-65-gdbad