diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-11-10 14:40:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-11-10 14:40:55 +0000 |
commit | a25e94607a9e691d5268fa6e43b37e7437d899f6 (patch) | |
tree | bb24aef4f0d242a8fa154c0dcb4419685eb97efc /sys-libs/glibc/glibc-2.6.1.ebuild | |
parent | amd64 stable (diff) | |
download | gentoo-2-a25e94607a9e691d5268fa6e43b37e7437d899f6.tar.gz gentoo-2-a25e94607a9e691d5268fa6e43b37e7437d899f6.tar.bz2 gentoo-2-a25e94607a9e691d5268fa6e43b37e7437d899f6.zip |
Only stick glibc-compat20 into IUSE when linuxthreads is available #198657 by Benjamin Schindler.
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-libs/glibc/glibc-2.6.1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.6.1.ebuild b/sys-libs/glibc/glibc-2.6.1.ebuild index f8b260785a8d..6bcdcad150db 100644 --- a/sys-libs/glibc/glibc-2.6.1.ebuild +++ b/sys-libs/glibc/glibc-2.6.1.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.1.ebuild,v 1.14 2007/11/10 04:07:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.15 2007/11/10 14:40:55 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -26,7 +26,7 @@ NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl require [[ ${CTARGET} == hppa* ]] && NPTL_KERN_VER=${NPTL_KERN_VER:-2.6.20} -IUSE="debug nls hardened multilib selinux glibc-omitfp profile glibc-compat20 vanilla ${LT_VER:+nptl nptlonly}" +IUSE="debug nls hardened multilib selinux glibc-omitfp profile vanilla ${LT_VER:+glibc-compat20 nptl nptlonly}" S=${WORKDIR}/glibc-${RELEASE_VER} # Here's how the cross-compile logic breaks down ... |