diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-07-24 07:10:44 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-07-24 07:10:44 +0000 |
commit | b1753012965039965cfc683becf49c3209cba816 (patch) | |
tree | 25b69cd19e939ceb476de2f8fd2aa13aca2a3698 /sys-libs | |
parent | fixed mirrofixed mirror for patch (diff) | |
download | gentoo-2-b1753012965039965cfc683becf49c3209cba816.tar.gz gentoo-2-b1753012965039965cfc683becf49c3209cba816.tar.bz2 gentoo-2-b1753012965039965cfc683becf49c3209cba816.zip |
added ~ppc64
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 9fd3eadc5a56..cce252c6060e 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.367 2005/07/23 20:07:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.368 2005/07/24 07:10:43 corsair Exp $ + + 24 Jul 2005; Markus Rothe <corsair@gentoo.org> glibc-2.3.5-r1.ebuild: + added ~ppc64 23 Jul 2005; Jeremy Huddleston <eradicator@gentoo.org> glibc-2.3.5.ebuild, glibc-2.3.5-r1.ebuild: diff --git a/sys-libs/glibc/glibc-2.3.5-r1.ebuild b/sys-libs/glibc/glibc-2.3.5-r1.ebuild index ec293d205817..da70dbcf4330 100644 --- a/sys-libs/glibc/glibc-2.3.5-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.5-r1.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/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.5 2005/07/23 20:07:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.6 2005/07/24 07:10:44 corsair Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -16,7 +16,7 @@ # CHOST = CTARGET - install into / # CHOST != CTARGET - install into /usr/CTARGET/ -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" BRANCH_UPDATE="" |