summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-06-29 17:56:19 +0000
committerMike Frysinger <vapier@gentoo.org>2007-06-29 17:56:19 +0000
commit65df57465ec84874b5464ec093c53a7e028ee75f (patch)
treedd736b741012326239cff4b65d9629dcfd388646 /sys-libs
parentVersion bump. (diff)
downloadgentoo-2-65df57465ec84874b5464ec093c53a7e028ee75f.tar.gz
gentoo-2-65df57465ec84874b5464ec093c53a7e028ee75f.tar.bz2
gentoo-2-65df57465ec84874b5464ec093c53a7e028ee75f.zip
only use nptl?() in DEPEND when appropriate
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.6.ebuild b/sys-libs/glibc/glibc-2.6.ebuild
index 17e2a30df591..c5ed8fb875f4 100644
--- a/sys-libs/glibc/glibc-2.6.ebuild
+++ b/sys-libs/glibc/glibc-2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.3 2007/06/26 12:27:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.4 2007/06/29 17:56:19 vapier Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -1046,8 +1046,8 @@ DEPEND=">=sys-devel/gcc-3.4.4
arm? ( >=sys-devel/binutils-2.16.90 >=sys-devel/gcc-4.1.0 )
ppc? ( >=sys-devel/gcc-4.1.0 )
ppc64? ( >=sys-devel/gcc-4.1.0 )
- nptl? ( || ( >=sys-kernel/mips-headers-${NPTL_KERNEL_VERSION} >=sys-kernel/linux-headers-${NPTL_KERNEL_VERSION} ) )
>=sys-devel/binutils-2.15.94
+ ${GLIBC_LT_VER:+nptl? (} || ( >=sys-kernel/mips-headers-${NPTL_KERNEL_VERSION} >=sys-kernel/linux-headers-${NPTL_KERNEL_VERSION} ) ${GLIBC_LT_VER:+)}
|| ( >=sys-devel/gcc-config-1.3.12 app-admin/eselect-compiler )
>=app-misc/pax-utils-0.1.10
virtual/os-headers