summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-06-14 14:54:00 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-06-15 11:46:28 +0000
commit081d0f0b442d035563659f5edf912efa60d93e14 (patch)
tree757d382455c10b1dbce7dcf4eff8533ee5552101 /app-vim
parentapp-vim/vimbuddy: Clean up old. (diff)
downloadgentoo-081d0f0b442d035563659f5edf912efa60d93e14.tar.gz
gentoo-081d0f0b442d035563659f5edf912efa60d93e14.tar.bz2
gentoo-081d0f0b442d035563659f5edf912efa60d93e14.zip
app-vim/gitgutter: Stable for amd64+x86.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/gitgutter/gitgutter-20160316.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/gitgutter/gitgutter-20160316.ebuild b/app-vim/gitgutter/gitgutter-20160316.ebuild
index 6ae5ba5443f6..25cf02f5c477 100644
--- a/app-vim/gitgutter/gitgutter-20160316.ebuild
+++ b/app-vim/gitgutter/gitgutter-20160316.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="git://github.com/airblade/vim-gitgutter.git"
inherit git-r3
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 x86"
fi
DESCRIPTION="vim plugin: shows a git diff in the sign column and stages/reverts hunks"