diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-07 03:25:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-07 03:25:09 +0000 |
commit | d31230647e7ee593512c3dc317cb9949afb7b605 (patch) | |
tree | 6818d245e8c44eb7c92ea0683720b056c68c502e /sys-libs/glibc/glibc-2.3.6.ebuild | |
parent | * -r4 is no go for amd64 (diff) | |
download | historical-d31230647e7ee593512c3dc317cb9949afb7b605.tar.gz historical-d31230647e7ee593512c3dc317cb9949afb7b605.tar.bz2 historical-d31230647e7ee593512c3dc317cb9949afb7b605.zip |
allow slightly older versions of binutils for s390
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.6.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.6.ebuild b/sys-libs/glibc/glibc-2.3.6.ebuild index 829055a0dded..79603e94369a 100644 --- a/sys-libs/glibc/glibc-2.3.6.ebuild +++ b/sys-libs/glibc/glibc-2.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6.ebuild,v 1.10 2006/01/05 03:04:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6.ebuild,v 1.11 2006/01/07 03:25:09 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -1044,7 +1044,7 @@ RESTRICT="nostrip multilib-pkg-force" # We need a new-enough binutils for as-needed DEPEND=">=sys-devel/gcc-3.3.3 nptl? ( >=sys-kernel/linux-headers-2.6.5 ) - >=sys-devel/binutils-2.16.1 + >=sys-devel/binutils-2.15.94 >=sys-devel/gcc-config-1.3.12 virtual/os-headers nls? ( sys-devel/gettext ) |