summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-06-04 02:56:00 +0000
committerTravis Tilley <lv@gentoo.org>2004-06-04 02:56:00 +0000
commit605daa171af9c5dbf3ac0f394abf6ae975cd4739 (patch)
treea1522f21f1f0f77ac444369b9c26b73ffe4581db /sys-libs
parentremove ppc from use defaults (diff)
downloadhistorical-605daa171af9c5dbf3ac0f394abf6ae975cd4739.tar.gz
historical-605daa171af9c5dbf3ac0f394abf6ae975cd4739.tar.bz2
historical-605daa171af9c5dbf3ac0f394abf6ae975cd4739.zip
changed minimum required kernel for nptl
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/Manifest2
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040602.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 32a8234d725b..3fe3d711a1ec 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -11,7 +11,7 @@ MD5 c1f9466ec8250dd47beb7a71f7c536fe glibc-2.3.1-r5.ebuild 10719
MD5 694f5c3db85d3a31d4c01cf51a930fdc ChangeLog 34085
MD5 8e0c5284b715af1e90ed2c0e2184599c glibc-2.3.3_pre20040420.ebuild 19887
MD5 567094e03359ffc1c95af7356395228d metadata.xml 162
-MD5 1989a589fdc86261444e167f147eb9c1 glibc-2.3.4.20040602.ebuild 15436
+MD5 ee41f8b2ca20294f171b0ecbde5a1a62 glibc-2.3.4.20040602.ebuild 15436
MD5 b141dc6e9c4183e869f6d95f0f015b99 glibc-2.2.5-r9.ebuild 10002
MD5 32383b07afc0abdbb3a8da5fe539a696 glibc-2.3.2-r9.ebuild 18657
MD5 98ea363167dacaaad23fd9a66ba98d5b files/nscd 844
diff --git a/sys-libs/glibc/glibc-2.3.4.20040602.ebuild b/sys-libs/glibc/glibc-2.3.4.20040602.ebuild
index 11383bd7397c..04c756e88788 100644
--- a/sys-libs/glibc/glibc-2.3.4.20040602.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20040602.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040602.ebuild,v 1.5 2004/06/04 02:30:37 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040602.ebuild,v 1.6 2004/06/04 02:56:00 lv Exp $
IUSE="nls pic build nptl erandom hardened makecheck"
@@ -354,7 +354,7 @@ src_compile() {
myconf="${myconf} \
--enable-add-ons=nptl \
--with-tls --with-__thread \
- --enable-kernel=2.6.6"
+ --enable-kernel=2.6.0"
else
myconf="${myconf} --enable-add-ons=linuxthreads --without-__thread"
fi