diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-09-18 14:19:38 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-09-18 14:19:38 +0000 |
commit | 85ee7529f38c7115e59eebc46ea859978b798721 (patch) | |
tree | a23af71b5c375a70b7e429041dbc2716cd73a434 /dev-util/git | |
parent | Change jack de pto >= 0.90 (diff) | |
download | gentoo-2-85ee7529f38c7115e59eebc46ea859978b798721.tar.gz gentoo-2-85ee7529f38c7115e59eebc46ea859978b798721.tar.bz2 gentoo-2-85ee7529f38c7115e59eebc46ea859978b798721.zip |
Added ~ppc64 (bug #106318)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util/git')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-0.99.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 77f59adf3048..4b7036aaa8a3 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/git # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.20 2005/09/12 10:49:54 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.21 2005/09/18 14:19:38 corsair Exp $ + + 18 Sep 2005; Markus Rothe <corsair@gentoo.org> git-0.99.6.ebuild: + Added ~ppc64 (bug #106318) 12 Sep 2005; Carlos Silva <r3pek@gentoo.org> git-0.7.ebuild, git-0.99.6.ebuild: diff --git a/dev-util/git/git-0.99.6.ebuild b/dev-util/git/git-0.99.6.ebuild index 0275f861be6e..a16675ee2264 100644 --- a/dev-util/git/git-0.99.6.ebuild +++ b/dev-util/git/git-0.99.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.99.6.ebuild,v 1.2 2005/09/12 10:49:54 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.99.6.ebuild,v 1.3 2005/09/18 14:19:38 corsair Exp $ DESCRIPTION="GIT - the stupid content tracker" HOMEPAGE="http://git.or.cz/" @@ -8,7 +8,7 @@ SRC_URI="http://kernel.org/pub/software/scm/git/${PN}-core-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="mozsha1 ppcsha1 doc" S="${WORKDIR}/${PN}-core-${PV}" |