diff options
author | 2009-03-08 20:32:10 +0000 | |
---|---|---|
committer | 2009-03-08 20:32:10 +0000 | |
commit | b51894398d4cdd645cf5647e5362c3c67f3cc806 (patch) | |
tree | 3960eb592415daf011470331d96d3602440b5ada /sys-libs/glibc/glibc-2.8_p20080602-r1.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.8_p20080602-r1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild b/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild index f785c2e5cf89..916ca1d25aaa 100644 --- a/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild +++ b/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild @@ -1,6 +1,6 @@ # 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.8_p20080602-r1.ebuild,v 1.9 2009/03/07 11:22:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild,v 1.10 2009/03/08 20:32:10 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 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}${SNAP_VER+-${SNAP_VER}} # Here's how the cross-compile logic breaks down ... |