diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2010-10-29 19:45:42 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2010-10-29 19:45:42 +0000 |
commit | 9b22d9434f574296439ec26af791d093303dba0e (patch) | |
tree | 48b6d61efd9dfaada7a09fdff7d49b04e715702c /dev-vcs | |
parent | Mark stable for ppc64; bug #239980 (diff) | |
download | gentoo-2-9b22d9434f574296439ec26af791d093303dba0e.tar.gz gentoo-2-9b22d9434f574296439ec26af791d093303dba0e.tar.bz2 gentoo-2-9b22d9434f574296439ec26af791d093303dba0e.zip |
Remove ~ppc and ~ppc64
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 0709da643195..225d370d5f27 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.43 2010/10/27 07:44:41 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.44 2010/10/29 19:45:42 halcy0n Exp $ + + 29 Oct 2010; Mark Loeser <halcy0n@gentoo.org> git-9999.ebuild: + Remove ~ppc and ~ppc64 27 Oct 2010; Robin H. Johnson <robbat2@gentoo.org> git-9999.ebuild: Bump live build. diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 35cb9c2efe64..252c84b4c98b 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.6 2010/10/27 07:44:41 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.7 2010/10/29 19:45:42 halcy0n Exp $ EAPI=3 @@ -25,7 +25,7 @@ else EGIT_BRANCH="master" EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git" # EGIT_REPO_URI="http://www.kernel.org/pub/scm/git/git.git" - KEYWORDS="~ppc ~ppc64" + KEYWORDS="" fi LICENSE="GPL-2" |