app-vim/gitgutter-20161027: stabilize for all

This commit is contained in:
Tim Harder
2017-02-24 01:37:30 -05:00
parent 76bc7dc1f3
commit a8fa15bca3

View File

@@ -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"