summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2004-08-12 00:14:15 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2004-08-12 00:14:15 +0000
commit479c55e6ccb8b81934a3df45cb3d0710471766e0 (patch)
tree2f92502c9251c8f99553df46aed779b8746e78fe /sys-libs
parentMarked ~amd64, resolving 57618 (Manifest recommit) (diff)
downloadgentoo-2-479c55e6ccb8b81934a3df45cb3d0710471766e0.tar.gz
gentoo-2-479c55e6ccb8b81934a3df45cb3d0710471766e0.tar.bz2
gentoo-2-479c55e6ccb8b81934a3df45cb3d0710471766e0.zip
Keyworded ~sparc
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 ac2b197762d3..eb2f40df05fb 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.233 2004/08/11 21:39:24 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.234 2004/08/12 00:14:15 gustavoz Exp $
+
+ 11 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org>
+ glibc-2.3.3.20040420-r1.ebuild:
+ Keyworded ~sparc
11 Aug 2004; Ilya A. Volynets-Evenbach <iluxa@gentoo.org>
glibc-2.3.4.20040808.ebuild:
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 d0b9a39245d4..109f9487142d 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.2 2004/08/11 11:10:15 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r1.ebuild,v 1.3 2004/08/12 00:14:15 gustavoz 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 ppc"
+KEYWORDS="x86 ppc ~sparc"
IUSE="nls pic build nptl erandom debug"
# We need new cleanup attribute support from gcc for NPTL among things ...