summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-16 16:07:46 +0000
committerMike Frysinger <vapier@gentoo.org>2011-11-16 16:07:46 +0000
commit5a9eb8ce8a1ce1ec4a6a6dff4037e08aed986e27 (patch)
treeebf98e31e7e48f415684ca87558e6d112410f457 /sys-libs/glibc/glibc-2.11.3.ebuild
parentlift games-misc/fortune-mod mask, bug 389943 (diff)
downloadgentoo-2-5a9eb8ce8a1ce1ec4a6a6dff4037e08aed986e27.tar.gz
gentoo-2-5a9eb8ce8a1ce1ec4a6a6dff4037e08aed986e27.tar.bz2
gentoo-2-5a9eb8ce8a1ce1ec4a6a6dff4037e08aed986e27.zip
Convert USE=nptlonly to USE=linuxthreads.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc/glibc-2.11.3.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.11.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.11.3.ebuild b/sys-libs/glibc/glibc-2.11.3.ebuild
index 33148234b0d3..05115b3f7634 100644
--- a/sys-libs/glibc/glibc-2.11.3.ebuild
+++ b/sys-libs/glibc/glibc-2.11.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild,v 1.9 2011/09/29 21:13:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild,v 1.10 2011/11/16 16:07:46 vapier Exp $
inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
@@ -31,7 +31,7 @@ LT_VER="" # version of linuxthreads addon
NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires
#LT_KERN_VER=${LT_KERN_VER:-"2.4.1"} # min kernel version linuxthreads requires
-IUSE="debug gd glibc-omitfp hardened multilib nls selinux profile vanilla crosscompile_opts_headers-only ${LT_VER:+glibc-compat20 nptl nptlonly}"
+IUSE="debug gd glibc-omitfp hardened multilib nls selinux profile vanilla crosscompile_opts_headers-only ${LT_VER:+glibc-compat20 nptl linuxthreads}"
S=${WORKDIR}/glibc-${RELEASE_VER}${SNAP_VER:+-${SNAP_VER}}
# Here's how the cross-compile logic breaks down ...