diff options
author | 2015-03-20 19:30:58 +0000 | |
---|---|---|
committer | 2015-03-20 19:30:58 +0000 | |
commit | 11785cef078d078606f7fd49563ba47bb0bb6cc1 (patch) | |
tree | d462652c32b1be0419b28dc0dc40205ea2544580 /app-vim/gitv/gitv-1.2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-11785cef078d078606f7fd49563ba47bb0bb6cc1.tar.gz gentoo-2-11785cef078d078606f7fd49563ba47bb0bb6cc1.tar.bz2 gentoo-2-11785cef078d078606f7fd49563ba47bb0bb6cc1.zip |
Keyword amd64 and x86.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/gitv/gitv-1.2.ebuild')
-rw-r--r-- | app-vim/gitv/gitv-1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/gitv/gitv-1.2.ebuild b/app-vim/gitv/gitv-1.2.ebuild index 185ec99f662f..2b6aabc94fe4 100644 --- a/app-vim/gitv/gitv-1.2.ebuild +++ b/app-vim/gitv/gitv-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gitv/gitv-1.2.ebuild,v 1.1 2014/06/09 18:09:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gitv/gitv-1.2.ebuild,v 1.2 2015/03/20 19:30:58 radhermit Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: gitk for vim" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574" SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" -KEYWORDS="~amd64 ~x86 ~ppc-macos" +KEYWORDS="amd64 x86 ~ppc-macos" VIM_PLUGIN_HELPFILES="gitv" |