diff options
author | Travis Tilley <lv@gentoo.org> | 2004-05-28 03:08:32 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-05-28 03:08:32 +0000 |
commit | 018a21ae9dd278664bdd4699c6c7e72e153b9f3f (patch) | |
tree | cb6ba589d8562ccb587a01f61d2cacc54be3b3cb /sys-libs | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-018a21ae9dd278664bdd4699c6c7e72e153b9f3f.tar.gz gentoo-2-018a21ae9dd278664bdd4699c6c7e72e153b9f3f.tar.bz2 gentoo-2-018a21ae9dd278664bdd4699c6c7e72e153b9f3f.zip |
might as well add a ~amd64 keyword, the thing's package.mask masked
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.3_pre20040527.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.3_pre20040527.ebuild b/sys-libs/glibc/glibc-2.3.3_pre20040527.ebuild index 2f068b0e7c0e..a0e66ec1be35 100644 --- a/sys-libs/glibc/glibc-2.3.3_pre20040527.ebuild +++ b/sys-libs/glibc/glibc-2.3.3_pre20040527.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3_pre20040527.ebuild,v 1.1 2004/05/28 02:29:33 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3_pre20040527.ebuild,v 1.2 2004/05/28 03:08:32 lv Exp $ IUSE="nls pic build nptl erandom" @@ -59,7 +59,7 @@ SRC_URI="http://ftp.gnu.org/gnu/glibc/glibc-${MY_PV}.tar.bz2 HOMEPAGE="http://www.gnu.org/software/libc/libc.html" #KEYWORDS="~x86 ~mips ~sparc ~amd64 -hppa ~ia64 ~ppc" # breaks on ~alpha -KEYWORDS="-*" +KEYWORDS="-* ~amd64" SLOT="2.2" LICENSE="LGPL-2" |