diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-12-11 23:14:26 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-12-11 23:14:26 -0500 |
commit | 054f4bed6143d1650cbe6929ef79f1dfcd18c458 (patch) | |
tree | 60b6b5a0a2173dbd1b5d2c3450011eef28e24193 /app-vim | |
parent | app-vim/bufexplorer: version bump to 7.4.12 (diff) | |
download | gentoo-054f4bed6143d1650cbe6929ef79f1dfcd18c458.tar.gz gentoo-054f4bed6143d1650cbe6929ef79f1dfcd18c458.tar.bz2 gentoo-054f4bed6143d1650cbe6929ef79f1dfcd18c458.zip |
app-vim/syntastic: stabilize 3.8.0
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/syntastic/syntastic-3.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |