diff options
author | Travis Tilley <lv@gentoo.org> | 2004-08-12 18:11:57 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-08-12 18:11:57 +0000 |
commit | 38e0e8b9adc62a1e4ae29d1bde166c021fd6e80b (patch) | |
tree | cf59a494fcb3df3b5c9e112eb1529736d132efbe /sys-libs | |
parent | closing out #60136 (Manifest recommit) (diff) | |
download | gentoo-2-38e0e8b9adc62a1e4ae29d1bde166c021fd6e80b.tar.gz gentoo-2-38e0e8b9adc62a1e4ae29d1bde166c021fd6e80b.tar.bz2 gentoo-2-38e0e8b9adc62a1e4ae29d1bde166c021fd6e80b.zip |
remove ~mips keyword since it seems that this release cant yet be built as o32
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040808.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808.ebuild index 949527aa5128..40fe61c2f4b3 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040808.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.20040808.ebuild,v 1.8 2004/08/12 17:19:27 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808.ebuild,v 1.9 2004/08/12 18:11:57 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 ~mips ~amd64 ~hppa ~ppc64" +KEYWORDS="-* ~x86 ~amd64 ~hppa ~ppc64" IUSE="nls pic build nptl erandom hardened makecheck multilib debug" RESTRICT="nostrip" # we'll handle stripping ourself #46186 |