radhermit 15/03/26 03:50:15 Modified: ChangeLog fugitive-2.2.ebuild Log: Stabilize for amd64 and x86. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.12 app-vim/fugitive/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 20 Jan 2015 13:22:42 -0000 1.11 +++ ChangeLog 26 Mar 2015 03:50:15 -0000 1.12 @@ -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.11 2015/01/20 13:22:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.12 2015/03/26 03:50:15 radhermit Exp $ + + 26 Mar 2015; Tim Harder <[email protected]> fugitive-2.2.ebuild: + Stabilize for amd64 and x86. 20 Jan 2015; Tim Harder <[email protected]> fugitive-2.1.ebuild: Stabilize for amd64/x86 (bug #534930). 1.2 app-vim/fugitive/fugitive-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.2.ebuild?r1=1.1&r2=1.2 Index: fugitive-2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fugitive-2.2.ebuild 20 Jan 2015 13:21:11 -0000 1.1 +++ fugitive-2.2.ebuild 26 Mar 2015 03:50:15 -0000 1.2 @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.1 2015/01/20 13:21:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-2.2.ebuild,v 1.2 2015/03/26 03:50:15 radhermit Exp $ EAPI=5 inherit vim-plugin @@ -11,7 +11,7 @@ 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"
