summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-01-05 20:18:51 -0600
committerTim Harder <radhermit@gentoo.org>2019-01-05 20:55:48 -0600
commit66d35c6740c4964f901fca3c5e96e7367ca19823 (patch)
tree669d2c3735e453883d6b788998f8e5d81e2c2be7 /app-vim
parentapp-vim/fugitive: version bump to 2.5 (diff)
downloadgentoo-66d35c6740c4964f901fca3c5e96e7367ca19823.tar.gz
gentoo-66d35c6740c4964f901fca3c5e96e7367ca19823.tar.bz2
gentoo-66d35c6740c4964f901fca3c5e96e7367ca19823.zip
app-vim/fugitive: stabilize 2.4
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/fugitive/fugitive-2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/fugitive/fugitive-2.4.ebuild b/app-vim/fugitive/fugitive-2.4.ebuild
index 3ec007ea68be..51d8b9f20974 100644
--- a/app-vim/fugitive/fugitive-2.4.ebuild
+++ b/app-vim/fugitive/fugitive-2.4.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"