diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-09-18 16:21:57 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-09-18 16:21:57 +0000 |
commit | 52a79f276e165ea5f5e0e5c83e142d5157e5d012 (patch) | |
tree | b107d145e4749e9eb6f7f798e575863c4ff2b30a /sys-libs | |
parent | Added patch to compile with qt 3.3.5 from amaroK's SVN repository. Closes bug... (diff) | |
download | gentoo-2-52a79f276e165ea5f5e0e5c83e142d5157e5d012.tar.gz gentoo-2-52a79f276e165ea5f5e0e5c83e142d5157e5d012.tar.bz2 gentoo-2-52a79f276e165ea5f5e0e5c83e142d5157e5d012.zip |
Added to ~ppc.
(Portage version: 2.0.51.22-r2)
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 9067ee83d415..5abd108ae2c1 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.386 2005/09/16 10:18:37 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.387 2005/09/18 16:21:57 hansmi Exp $ + + 18 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> glibc-2.3.5-r1.ebuild: + Added to ~ppc. 16 Sep 2005; Bryan Østergaard <kloeri@gentoo.org> glibc-2.3.4.20041102-r1.ebuild, glibc-2.3.4.20041102-r2.ebuild, diff --git a/sys-libs/glibc/glibc-2.3.5-r1.ebuild b/sys-libs/glibc/glibc-2.3.5-r1.ebuild index cc79605fd795..44dc817a890d 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.29 2005/09/16 10:18:37 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.30 2005/09/18 16:21:57 hansmi 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 m68k ~mips ppc64 sh ~sparc x86" +KEYWORDS="amd64 m68k ~mips ~ppc ppc64 sh ~sparc x86" BRANCH_UPDATE="" |