summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-vim/fugitive/ChangeLog8
-rw-r--r--app-vim/fugitive/fugitive-1.2.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/app-vim/fugitive/ChangeLog b/app-vim/fugitive/ChangeLog
index c5f083c0353c..03d071964aa6 100644
--- a/app-vim/fugitive/ChangeLog
+++ b/app-vim/fugitive/ChangeLog
@@ -1,10 +1,12 @@
# ChangeLog for app-vim/fugitive
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.1 2011/04/29 04:12:55 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.2 2012/08/29 16:52:33 grobian Exp $
+
+ 29 Aug 2012; Fabian Groffen <grobian@gentoo.org> fugitive-1.2.ebuild:
+ Marked ~ppc-macos, thanks Konstantin Tokarev, bug #432762
*fugitive-1.2 (29 Apr 2011)
29 Apr 2011; Tim Harder <radhermit@gentoo.org> +fugitive-1.2.ebuild,
+metadata.xml:
Initial import.
-
diff --git a/app-vim/fugitive/fugitive-1.2.ebuild b/app-vim/fugitive/fugitive-1.2.ebuild
index 22c1c0323334..e841fd108aa1 100644
--- a/app-vim/fugitive/fugitive-1.2.ebuild
+++ b/app-vim/fugitive/fugitive-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-1.2.ebuild,v 1.1 2011/04/29 04:12:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-1.2.ebuild,v 1.2 2012/08/29 16:52:33 grobian Exp $
EAPI="4"
VIM_PLUGIN_VIM_VERSION="7.2"
@@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: a git wrapper for vim"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975"
SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15542 -> ${P}.zip"
LICENSE="as-is"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~ppc-macos"
IUSE=""
VIM_PLUGIN_HELPFILES="fugitive.txt"