summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2004-08-11 11:10:15 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2004-08-11 11:10:15 +0000
commit12c01138cf5d1abf66d9bcf2192da17baaac0fb0 (patch)
treebf30ee8fb0540130eeab681cc02c91a504fd4c7f /sys-libs
parentnautilus-gtkhtml up for removal (diff)
downloadgentoo-2-12c01138cf5d1abf66d9bcf2192da17baaac0fb0.tar.gz
gentoo-2-12c01138cf5d1abf66d9bcf2192da17baaac0fb0.tar.bz2
gentoo-2-12c01138cf5d1abf66d9bcf2192da17baaac0fb0.zip
Stable on ppc.
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog6
-rw-r--r--sys-libs/glibc/glibc-2.3.3.20040420-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 94897bcccabc..63647861d8df 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/glibc
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.231 2004/08/11 10:07:33 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.232 2004/08/11 11:10:15 hansmi Exp $
+
+ 11 Aug 2004; Michael Hanselmann <hansmi@gentoo.org>
+ glibc-2.3.3.20040420-r1.ebuild:
+ Stable on ppc.
11 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> glibc-2.3.2-r11.ebuild:
Stable on alpha, bug 59526.
diff --git a/sys-libs/glibc/glibc-2.3.3.20040420-r1.ebuild b/sys-libs/glibc/glibc-2.3.3.20040420-r1.ebuild
index 3c40df5ee16c..d0b9a39245d4 100644
--- a/sys-libs/glibc/glibc-2.3.3.20040420-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.3.20040420-r1.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/sys-libs/glibc/glibc-2.3.3.20040420-r1.ebuild,v 1.1 2004/08/09 15:02:14 tseng Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r1.ebuild,v 1.2 2004/08/11 11:10:15 hansmi Exp $
inherit eutils flag-o-matic gcc
@@ -32,7 +32,7 @@ SRC_URI="http://ftp.gnu.org/gnu/glibc/glibc-${MY_PV}.tar.bz2
LICENSE="LGPL-2"
SLOT="2.2"
#KEYWORDS="~x86 ~mips ~sparc ~amd64 -hppa ~ia64 ~ppc" # breaks on ~alpha
-KEYWORDS="x86"
+KEYWORDS="x86 ppc"
IUSE="nls pic build nptl erandom debug"
# We need new cleanup attribute support from gcc for NPTL among things ...