diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-08-24 23:36:27 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-08-24 23:36:27 -0400 |
commit | 46ea317cc15d13921ed50caeeaaffc93711055bf (patch) | |
tree | daaeddb9ed544623ae3575e1f87726718bf5cfae /app-vim/syntastic | |
parent | app-vim/slimv: remove old (diff) | |
download | gentoo-46ea317cc15d13921ed50caeeaaffc93711055bf.tar.gz gentoo-46ea317cc15d13921ed50caeeaaffc93711055bf.tar.bz2 gentoo-46ea317cc15d13921ed50caeeaaffc93711055bf.zip |
app-vim/syntastic: stabilize 3.6.0
Diffstat (limited to 'app-vim/syntastic')
-rw-r--r-- | app-vim/syntastic/syntastic-3.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/syntastic/syntastic-3.6.0.ebuild b/app-vim/syntastic/syntastic-3.6.0.ebuild index be5b783accd2..8b4403a6a4cc 100644 --- a/app-vim/syntastic/syntastic-3.6.0.ebuild +++ b/app-vim/syntastic/syntastic-3.6.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" |