summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2003-06-22 05:48:55 +0000
committerDaniel Robbins <drobbins@gentoo.org>2003-06-22 05:48:55 +0000
commitb5c442af3e8032a8a5c0fb1c59fcc30bc1ca4765 (patch)
tree13680ed672552551fdd686133bbdb11f3208d02c /sys-libs
parentgcc3 removal for amd64 (diff)
downloadhistorical-b5c442af3e8032a8a5c0fb1c59fcc30bc1ca4765.tar.gz
historical-b5c442af3e8032a8a5c0fb1c59fcc30bc1ca4765.tar.bz2
historical-b5c442af3e8032a8a5c0fb1c59fcc30bc1ca4765.zip
dep fix that impacts amd64
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/Manifest2
-rw-r--r--sys-libs/glibc/glibc-2.3.1-r4.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 1d6400a7ffba..630b394c5a69 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -1,6 +1,6 @@
MD5 42b066fbae89e0ed28b6d34439fd5522 ChangeLog 13385
MD5 7264bd42315cd6e06b489d9dd3f88404 glibc-2.2.5-r8.ebuild 9706
-MD5 1aca473ebb18734f5c56f16eb9892095 glibc-2.3.1-r4.ebuild 10393
+MD5 5cf2ad2ae0b712b0fd0b8659e6334a46 glibc-2.3.1-r4.ebuild 10393
MD5 5117a9e86261068e251f5ade373be9b1 glibc-2.3.2-r1.ebuild 16152
MD5 3648536a4d0a372bc04c8f622f3b4e97 glibc-2.3.2-r2.ebuild 16256
MD5 9cc1e6b6f749dba7c8759bd07266f7d9 files/digest-glibc-2.2.5-r8 143
diff --git a/sys-libs/glibc/glibc-2.3.1-r4.ebuild b/sys-libs/glibc/glibc-2.3.1-r4.ebuild
index efa063fe034c..b287000021d2 100644
--- a/sys-libs/glibc/glibc-2.3.1-r4.ebuild
+++ b/sys-libs/glibc/glibc-2.3.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.1-r4.ebuild,v 1.13 2003/06/22 05:45:56 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.1-r4.ebuild,v 1.14 2003/06/22 05:48:51 drobbins Exp $
IUSE="nls pic build"
@@ -50,7 +50,7 @@ LICENSE="LGPL-2"
# Portage-1.8.9 needed for smart library merging feature (avoids segfaults on glibc upgrade)
# Drobbins, 18 Mar 2002: we now rely on the system profile to select the correct linus-headers
-DEPEND="=sys-devel/gcc-3.2*
+DEPEND=">=sys-devel/gcc-3.2
>=sys-devel/binutils-2.13.90.0.16
virtual/os-headers
nls? ( sys-devel/gettext )"