radhermit 15/01/20 13:22:42 Modified: ChangeLog fugitive-2.1.ebuild Log: Stabilize for amd64/x86 (bug #534930). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.11 app-vim/fugitive/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 20 Jan 2015 13:21:11 -0000 1.10 +++ ChangeLog 20 Jan 2015 13:22:42 -0000 1.11 @@ -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 <[email protected]> fugitive-2.1.ebuild: + Stabilize for amd64/x86 (bug #534930). *fugitive-2.2 (20 Jan 2015) 1.2 app-vim/fugitive/fugitive-2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.1.ebuild?r1=1.1&r2=1.2 Index: fugitive-2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-2.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fugitive-2.1.ebuild 25 Jun 2014 00:34:15 -0000 1.1 +++ fugitive-2.1.ebuild 20 Jan 2015 13:22:42 -0000 1.2 @@ -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 @@ 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"
