diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-09-19 01:54:00 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-09-20 01:30:51 -0400 |
commit | 48532d23d82fcaaeddaac5fdadf7fc5a70cb752d (patch) | |
tree | 1fd41f94564f834aa3a39a343be4a5db9009a179 /app-vim/fugitive | |
parent | app-vim/fugitive: version bump to 2.4 (diff) | |
download | gentoo-48532d23d82fcaaeddaac5fdadf7fc5a70cb752d.tar.gz gentoo-48532d23d82fcaaeddaac5fdadf7fc5a70cb752d.tar.bz2 gentoo-48532d23d82fcaaeddaac5fdadf7fc5a70cb752d.zip |
app-vim/fugitive: stabilize 2.3
Diffstat (limited to 'app-vim/fugitive')
-rw-r--r-- | app-vim/fugitive/fugitive-2.3.ebuild | 2 |
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" |