summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2006-05-30 19:45:22 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2006-05-30 19:45:22 +0000
commitb4f45107aae8d9b2d571727501e18f15f68a0672 (patch)
tree12de1581ce6ea11a54ed0c0fd4b912ddf81a5aea /sys-libs/glibc/glibc-2.3.5-r3.ebuild
parentFixed digests again :( (diff)
downloadgentoo-2-b4f45107aae8d9b2d571727501e18f15f68a0672.tar.gz
gentoo-2-b4f45107aae8d9b2d571727501e18f15f68a0672.tar.bz2
gentoo-2-b4f45107aae8d9b2d571727501e18f15f68a0672.zip
Let app-admin/eselect-compiler be used instead of sys-devel/gcc-config if it's available.
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.5-r3.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.3.5-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.5-r3.ebuild b/sys-libs/glibc/glibc-2.3.5-r3.ebuild
index dd62229701d3..ee21d1308e31 100644
--- a/sys-libs/glibc/glibc-2.3.5-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5-r3.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.5-r3.ebuild,v 1.24 2006/04/30 13:32:29 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.25 2006/05/30 19:45:22 eradicator Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -1002,7 +1002,7 @@ RESTRICT="nostrip multilib-pkg-force"
DEPEND=">=sys-devel/gcc-3.2.3-r1
nptl? ( >=sys-devel/gcc-3.3.1-r1 >=sys-kernel/linux-headers-${NPTL_KERNEL_VERSION} )
>=sys-devel/binutils-2.15
- >=sys-devel/gcc-config-1.3.9
+ || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.9 )
virtual/os-headers
nls? ( sys-devel/gettext )
selinux? ( !build? ( sys-libs/libselinux ) )"