diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:44:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:44:16 +0000 |
commit | 5043f99e2a1585330efe44809f68b6d66544338e (patch) | |
tree | 3811cbd1c1f226b851197992b9157067e141d229 /app-vim | |
parent | Stable for x86, wrt bug #491532 (diff) | |
download | gentoo-2-5043f99e2a1585330efe44809f68b6d66544338e.tar.gz gentoo-2-5043f99e2a1585330efe44809f68b6d66544338e.tar.bz2 gentoo-2-5043f99e2a1585330efe44809f68b6d66544338e.zip |
Stable for x86, wrt bug #481868
(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/gitv/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/gitv/gitv-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/gitv/ChangeLog b/app-vim/gitv/ChangeLog index 212fed9f109d..7f0cffe45cf3 100644 --- a/app-vim/gitv/ChangeLog +++ b/app-vim/gitv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/gitv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gitv/ChangeLog,v 1.5 2013/11/05 15:22:47 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gitv/ChangeLog,v 1.6 2013/12/24 12:44:16 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> gitv-1.1.ebuild: + Stable for x86, wrt bug #481868 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> gitv-1.1.ebuild: Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El diff --git a/app-vim/gitv/gitv-1.1.ebuild b/app-vim/gitv/gitv-1.1.ebuild index e753e97be02c..55755f531afb 100644 --- a/app-vim/gitv/gitv-1.1.ebuild +++ b/app-vim/gitv/gitv-1.1.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/gitv/gitv-1.1.ebuild,v 1.3 2013/11/05 15:22:47 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gitv/gitv-1.1.ebuild,v 1.4 2013/12/24 12:44:16 ago Exp $ EAPI="4" VIM_PLUGIN_VIM_VERSION="7.2" @@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: gitk for vim" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574" SRC_URI="https://github.com/vim-scripts/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="vim" -KEYWORDS="amd64 ~x86 ~ppc-macos" +KEYWORDS="amd64 x86 ~ppc-macos" IUSE="" VIM_PLUGIN_HELPFILES="gitv" |