diff options
author | 2004-09-17 04:55:09 +0000 | |
---|---|---|
committer | 2004-09-17 04:55:09 +0000 | |
commit | ab4697a940d67c95e1ce112d0ca5f026a8a11409 (patch) | |
tree | f346746c8f6f81f8cea481d6ec3989ac1b2e50c0 | |
parent | version bump, fix curl dependency (Manifest recommit) (diff) | |
download | gentoo-2-ab4697a940d67c95e1ce112d0ca5f026a8a11409.tar.gz gentoo-2-ab4697a940d67c95e1ce112d0ca5f026a8a11409.tar.bz2 gentoo-2-ab4697a940d67c95e1ce112d0ca5f026a8a11409.zip |
borked the ppc64 keyword. fixed
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040916.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20040916.ebuild b/sys-libs/glibc/glibc-2.3.4.20040916.ebuild index 69e43b9792c3..233e47ab083d 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040916.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040916.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.4.20040916.ebuild,v 1.1 2004/09/17 03:30:39 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040916.ebuild,v 1.2 2004/09/17 04:55:09 lv Exp $ inherit eutils flag-o-matic gcc @@ -39,7 +39,7 @@ SRC_URI="http://dev.gentoo.org/~lv/${PN}-${BASE_PV}.tar.bz2 LICENSE="LGPL-2" SLOT="2.2" -KEYWORDS="-* ~x86 ~amd64 ~hppa ppc64 ~ppc" +KEYWORDS="-* ~x86 ~amd64 ~hppa ~ppc64 ~ppc" IUSE="nls pic build nptl erandom hardened makecheck multilib debug userlocales" RESTRICT="nostrip" # we'll handle stripping ourself #46186 |