diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-06-23 13:27:12 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-06-25 01:50:50 -0400 |
commit | 7282bee5376bd3bd50a4612b912340be90fdbe77 (patch) | |
tree | a8887aac6725b3afcdea5f0788a5ed87da677140 /app-vim/fugitive/fugitive-9999.ebuild | |
parent | dev-ruby/http-cookie: amd64 stable, bug 658782 (diff) | |
download | gentoo-7282bee5376bd3bd50a4612b912340be90fdbe77.tar.gz gentoo-7282bee5376bd3bd50a4612b912340be90fdbe77.tar.bz2 gentoo-7282bee5376bd3bd50a4612b912340be90fdbe77.zip |
app-vim/fugitive: version bump to 2.3
Diffstat (limited to 'app-vim/fugitive/fugitive-9999.ebuild')
-rw-r--r-- | app-vim/fugitive/fugitive-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/fugitive/fugitive-9999.ebuild b/app-vim/fugitive/fugitive-9999.ebuild index 5f7552c24ee8..3ec007ea68be 100644 --- a/app-vim/fugitive/fugitive-9999.ebuild +++ b/app-vim/fugitive/fugitive-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit vim-plugin if [[ ${PV} == 9999 ]]; then @@ -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" |