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 | 2c31a536ed9cb0804e7b70e12abcab5f24a77baa (patch) | |
tree | 9f3d60755be4007361b339b0109d7e93fe3f8761 /sys-libs | |
parent | closing out #60136 (diff) | |
download | historical-2c31a536ed9cb0804e7b70e12abcab5f24a77baa.tar.gz historical-2c31a536ed9cb0804e7b70e12abcab5f24a77baa.tar.bz2 historical-2c31a536ed9cb0804e7b70e12abcab5f24a77baa.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/Manifest | 2 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040808.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest index e8232c97a760..616cbfe22985 100644 --- a/sys-libs/glibc/Manifest +++ b/sys-libs/glibc/Manifest @@ -1,4 +1,4 @@ -MD5 1e35adbc25376409aaaeee4fedd18be9 glibc-2.3.4.20040808.ebuild 21625 +MD5 01b6c58e3a64a87885c1c7d15ddde18e glibc-2.3.4.20040808.ebuild 21619 MD5 9767e63b2d0df3d4f3de1943d4e92eec glibc-2.3.3.20040420.ebuild 21635 MD5 e929e89d8a94ba13805c79afef1a23e7 glibc-2.3.2-r11.ebuild 20307 MD5 d45ceeff372f8fc44d27bc72c62868af glibc-2.3.3_pre20040207.ebuild 20510 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 |