diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-08 20:32:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-08 20:32:10 +0000 |
commit | b51894398d4cdd645cf5647e5362c3c67f3cc806 (patch) | |
tree | 3960eb592415daf011470331d96d3602440b5ada /sys-libs/glibc/glibc-2.7-r2.ebuild | |
parent | Drop KDE 4.2.0 (diff) | |
download | gentoo-2-b51894398d4cdd645cf5647e5362c3c67f3cc806.tar.gz gentoo-2-b51894398d4cdd645cf5647e5362c3c67f3cc806.tar.bz2 gentoo-2-b51894398d4cdd645cf5647e5362c3c67f3cc806.zip |
Drop extraneous glibc-compat20 #198657.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc/glibc-2.7-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.7-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.7-r2.ebuild b/sys-libs/glibc/glibc-2.7-r2.ebuild index 41003b00e227..4f6603f4a45f 100644 --- a/sys-libs/glibc/glibc-2.7-r2.ebuild +++ b/sys-libs/glibc/glibc-2.7-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.13 2008/12/29 21:49:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.14 2009/03/08 20:32:10 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -25,7 +25,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 glibc-compat20 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 nptlonly}" S=${WORKDIR}/glibc-${RELEASE_VER} # Here's how the cross-compile logic breaks down ... |