app-vim/syntastic: stabilize 3.7.0
authorTim Harder <radhermit@gentoo.org>
Sun, 17 Jan 2016 00:17:31 +0000 (19:17 -0500)
committerTim Harder <radhermit@gentoo.org>
Sun, 17 Jan 2016 00:22:00 +0000 (19:22 -0500)
app-vim/syntastic/syntastic-3.7.0.ebuild

index be5b783accd2444bcb10ab2f797bee76f2b935c1..8b4403a6a4cc4b4f230711d2229b52929170d806 100644 (file)
@@ -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"