diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-04 16:25:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-04 16:25:04 +0000 |
commit | 043bd381975b1a2e30036115f0eb4efce53eee59 (patch) | |
tree | b286feaada4ce1d3d27ad32b4a0931fc7547dab7 /sys-libs | |
parent | fixing #59383 (Manifest recommit) (diff) | |
download | gentoo-2-043bd381975b1a2e30036115f0eb4efce53eee59.tar.gz gentoo-2-043bd381975b1a2e30036115f0eb4efce53eee59.tar.bz2 gentoo-2-043bd381975b1a2e30036115f0eb4efce53eee59.zip |
move ppc/mips/amd64 to stable too
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r10.ebuild b/sys-libs/glibc/glibc-2.3.2-r10.ebuild index 6c07cc23b5e4..7b294e59fbca 100644 --- a/sys-libs/glibc/glibc-2.3.2-r10.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r10.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-r10.ebuild,v 1.21 2004/08/04 15:53:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r10.ebuild,v 1.22 2004/08/04 16:25:04 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 |