diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:44:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:44:04 +0000 |
commit | c3fa7e8e35914ee2ab8bf3485c3b65ef17c8604b (patch) | |
tree | b1cd70b8f9fc901e3ff59da1991383ef74afe35b /app-vim | |
parent | Stable for x86, wrt bug #492612 (diff) | |
download | gentoo-2-c3fa7e8e35914ee2ab8bf3485c3b65ef17c8604b.tar.gz gentoo-2-c3fa7e8e35914ee2ab8bf3485c3b65ef17c8604b.tar.bz2 gentoo-2-c3fa7e8e35914ee2ab8bf3485c3b65ef17c8604b.zip |
Stable for x86, wrt bug #481862
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/fugitive/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/fugitive/fugitive-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/fugitive/ChangeLog b/app-vim/fugitive/ChangeLog index 3d6a289a30a2..84c8c7482bd7 100644 --- a/app-vim/fugitive/ChangeLog +++ b/app-vim/fugitive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/fugitive # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.5 2013/11/05 15:18:03 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.6 2013/12/24 12:44:04 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> fugitive-1.2.ebuild: + Stable for x86, wrt bug #481862 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> fugitive-1.2.ebuild: Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El diff --git a/app-vim/fugitive/fugitive-1.2.ebuild b/app-vim/fugitive/fugitive-1.2.ebuild index 5699cefa66ae..032ec9b6246b 100644 --- a/app-vim/fugitive/fugitive-1.2.ebuild +++ b/app-vim/fugitive/fugitive-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.5 2013/11/05 15:18:03 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-1.2.ebuild,v 1.6 2013/12/24 12:44:04 ago 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="vim" -KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos" +KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos" IUSE="" VIM_PLUGIN_HELPFILES="fugitive.txt" |