summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-01-20 13:22:42 +0000
committerTim Harder <radhermit@gentoo.org>2015-01-20 13:22:42 +0000
commit3c0348d3f25002a0d14fe5c7ca1441701d4c69ab (patch)
tree671abda115aae09242886d7837fd752723a498da /app-vim
parentInitial commit. Ebuild inspired by the work of Mark "castiel" Burazin, herd r... (diff)
downloadgentoo-2-3c0348d3f25002a0d14fe5c7ca1441701d4c69ab.tar.gz
gentoo-2-3c0348d3f25002a0d14fe5c7ca1441701d4c69ab.tar.bz2
gentoo-2-3c0348d3f25002a0d14fe5c7ca1441701d4c69ab.zip
Stabilize for amd64/x86 (bug #534930).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/fugitive/ChangeLog5
-rw-r--r--app-vim/fugitive/fugitive-2.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-vim/fugitive/ChangeLog b/app-vim/fugitive/ChangeLog
index 3e163fff1ab9..7abba9429d17 100644
--- a/app-vim/fugitive/ChangeLog
+++ b/app-vim/fugitive/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/fugitive
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.10 2015/01/20 13:21:11 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.11 2015/01/20 13:22:42 radhermit Exp $
+
+ 20 Jan 2015; Tim Harder <radhermit@gentoo.org> fugitive-2.1.ebuild:
+ Stabilize for amd64/x86 (bug #534930).
*fugitive-2.2 (20 Jan 2015)
diff --git a/app-vim/fugitive/fugitive-2.1.ebuild b/app-vim/fugitive/fugitive-2.1.ebuild
index 3ffc20f787e7..190b573d5229 100644
--- a/app-vim/fugitive/fugitive-2.1.ebuild
+++ b/app-vim/fugitive/fugitive-2.1.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/fugitive/fugitive-2.1.ebuild,v 1.1 2014/06/25 00:34:15 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-2.1.ebuild,v 1.2 2015/01/20 13:22:42 radhermit Exp $
EAPI=5
inherit vim-plugin
@@ -11,7 +11,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"