diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-09 21:11:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-09 21:11:39 +0000 |
commit | 78aa45f51c2ec357ad30cd9be4fad1c97c4ba2c2 (patch) | |
tree | 57eab50c9653e3b6c155bd738c4386429a635a7d /sys-libs/glibc/glibc-2.3.2-r12.ebuild | |
parent | Fix #97556, #98443. (diff) | |
download | historical-78aa45f51c2ec357ad30cd9be4fad1c97c4ba2c2.tar.gz historical-78aa45f51c2ec357ad30cd9be4fad1c97c4ba2c2.tar.bz2 historical-78aa45f51c2ec357ad30cd9be4fad1c97c4ba2c2.zip |
sync IUSE (+nls +n32 -debug)
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.2-r12.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r12.ebuild b/sys-libs/glibc/glibc-2.3.2-r12.ebuild index d716bb0046d2..89b29cb0cb63 100644 --- a/sys-libs/glibc/glibc-2.3.2-r12.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.13 2005/05/17 22:33:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.14 2005/07/09 21:11:39 agriffis Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -40,7 +40,7 @@ LICENSE="LGPL-2" && SLOT="${CTARGET}-2.2" \ || SLOT="2.2" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc s390 sh sparc x86" -IUSE="nls pic build nptl debug userlocales" +IUSE="build nls nptl pic userlocales" RESTRICT="nostrip" # we'll handle stripping ourself #46186 # We need new cleanup attribute support from gcc for NPTL among things ... |