diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-17 16:26:57 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-17 16:27:40 -0400 |
commit | 4a6efc617ef841bae8e3ce43b7a1991aaba99cee (patch) | |
tree | ffae00f7f486f2dc0a8359db87820e49a4019a1e /app-vim/gitgutter | |
parent | app-vim/gitlog: version bump to 6.0.0 and add live ebuild (diff) | |
download | gentoo-4a6efc617ef841bae8e3ce43b7a1991aaba99cee.tar.gz gentoo-4a6efc617ef841bae8e3ce43b7a1991aaba99cee.tar.bz2 gentoo-4a6efc617ef841bae8e3ce43b7a1991aaba99cee.zip |
app-vim/gitgutter: stabilize 20170222
Diffstat (limited to 'app-vim/gitgutter')
-rw-r--r-- | app-vim/gitgutter/gitgutter-20170222.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/gitgutter/gitgutter-20170222.ebuild b/app-vim/gitgutter/gitgutter-20170222.ebuild index de382720b670..0a08a4ac7e70 100644 --- a/app-vim/gitgutter/gitgutter-20170222.ebuild +++ b/app-vim/gitgutter/gitgutter-20170222.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://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" |