diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-03-02 00:50:13 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-03-02 00:50:13 +0100 |
commit | 33113d8a0a029ea9309ad4904e5e61eb0248c34c (patch) | |
tree | 20bf232e1e4ad5d830771a8e55b5124db41f5486 /app-vim | |
parent | app-vim/vim-autoclose: drop ppc and ppc64. (diff) | |
download | gentoo-33113d8a0a029ea9309ad4904e5e61eb0248c34c.tar.gz gentoo-33113d8a0a029ea9309ad4904e5e61eb0248c34c.tar.bz2 gentoo-33113d8a0a029ea9309ad4904e5e61eb0248c34c.zip |
app-vim/vimbuddy: stable for amd64.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild index ab67f9375df2..8cd913f07dd4 100644 --- a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild +++ b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,8 +10,7 @@ HOMEPAGE="https://github.com/vim-scripts/vimbuddy.vim" SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.zip -> ${P}.zip" LICENSE="public-domain" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" S="${WORKDIR}/${PN}.vim-${PV}" |