From 46ea317cc15d13921ed50caeeaaffc93711055bf Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Mon, 24 Aug 2015 23:36:27 -0400 Subject: app-vim/syntastic: stabilize 3.6.0 --- app-vim/syntastic/syntastic-3.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-vim/syntastic') 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" -- cgit v1.2.3-65-gdbad