diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-28 04:02:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-28 04:02:09 +0000 |
commit | 58c9c9f1854c4511ecd7228b7d1299bcec1b3feb (patch) | |
tree | 8c32551bdb4337aa7b256454fcb29cc5a898ff56 /sys-libs | |
parent | ~ia64 loving (Manifest recommit) (diff) | |
download | gentoo-2-58c9c9f1854c4511ecd7228b7d1299bcec1b3feb.tar.gz gentoo-2-58c9c9f1854c4511ecd7228b7d1299bcec1b3feb.tar.bz2 gentoo-2-58c9c9f1854c4511ecd7228b7d1299bcec1b3feb.zip |
push to stable for security
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r11.ebuild b/sys-libs/glibc/glibc-2.3.2-r11.ebuild index 38104e65a54a..04ab8c3f8f09 100644 --- a/sys-libs/glibc/glibc-2.3.2-r11.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r11.ebuild,v 1.11 2004/08/28 01:28:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r11.ebuild,v 1.12 2004/08/28 04:02:09 vapier Exp $ inherit eutils flag-o-matic gcc @@ -29,7 +29,7 @@ SRC_URI="http://ftp.gnu.org/gnu/glibc/glibc-${MY_PV}.tar.bz2 LICENSE="LGPL-2" SLOT="2.2" -KEYWORDS="~x86 ~ppc sparc ~mips alpha arm hppa amd64 ia64 ~s390" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" IUSE="nls pic build nptl debug" RESTRICT="nostrip" # we'll handle stripping ourself #46186 |