diff options
author | 2004-10-05 13:34:52 +0000 | |
---|---|---|
committer | 2004-10-05 13:34:52 +0000 | |
commit | 31ab9646ae4f74908db232c757d78494ed5cce83 (patch) | |
tree | b7f3c9ef4cf27f9b991d5ca8c377e1b0edd5a117 /app-misc/git | |
parent | PPC stable profile update (diff) | |
download | historical-31ab9646ae4f74908db232c757d78494ed5cce83.tar.gz historical-31ab9646ae4f74908db232c757d78494ed5cce83.tar.bz2 historical-31ab9646ae4f74908db232c757d78494ed5cce83.zip |
PPC Keyword modification, see changelog for details
Diffstat (limited to 'app-misc/git')
-rw-r--r-- | app-misc/git/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/git/git-4.3.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/git/ChangeLog b/app-misc/git/ChangeLog index dab7efb8bc82..6c79f78a2f06 100644 --- a/app-misc/git/ChangeLog +++ b/app-misc/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/git # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/git/ChangeLog,v 1.5 2004/09/11 10:51:39 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/git/ChangeLog,v 1.6 2004/10/05 13:34:51 pvdabeel Exp $ + + 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> git-4.3.20.ebuild: + Masked git-4.3.20.ebuild stable for ppc 11 Sep 2004; Tom Martin <slarti@gentoo.org> git-4.3.20.ebuild: Marked ~amd64. diff --git a/app-misc/git/git-4.3.20.ebuild b/app-misc/git/git-4.3.20.ebuild index 8c1e55fd8e05..2e527ed5c1d7 100644 --- a/app-misc/git/git-4.3.20.ebuild +++ b/app-misc/git/git-4.3.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/git/git-4.3.20.ebuild,v 1.9 2004/09/11 10:51:39 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/git/git-4.3.20.ebuild,v 1.10 2004/10/05 13:34:51 pvdabeel Exp $ DESCRIPTION="GNU Interactive Tools - increase speed and efficiency of most daily task" HOMEPAGE="http://www.gnu.org/software/git/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="x86 ~amd64 ppc" IUSE="" DEPEND="sys-devel/binutils" |