summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2018-09-19 01:54:00 -0400
committerTim Harder <radhermit@gentoo.org>2018-09-20 01:30:51 -0400
commit48532d23d82fcaaeddaac5fdadf7fc5a70cb752d (patch)
tree1fd41f94564f834aa3a39a343be4a5db9009a179 /app-vim
parentapp-vim/fugitive: version bump to 2.4 (diff)
downloadgentoo-48532d23d82fcaaeddaac5fdadf7fc5a70cb752d.tar.gz
gentoo-48532d23d82fcaaeddaac5fdadf7fc5a70cb752d.tar.bz2
gentoo-48532d23d82fcaaeddaac5fdadf7fc5a70cb752d.zip
app-vim/fugitive: stabilize 2.3
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/fugitive/fugitive-2.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/fugitive/fugitive-2.3.ebuild b/app-vim/fugitive/fugitive-2.3.ebuild
index 3ec007ea68be..51d8b9f20974 100644
--- a/app-vim/fugitive/fugitive-2.3.ebuild
+++ b/app-vim/fugitive/fugitive-2.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
else
inherit vcs-snapshot
SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos"
+ KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos"
fi
DESCRIPTION="vim plugin: a git wrapper for vim"