diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-04 03:57:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-04 03:57:04 +0000 |
commit | 90af4ed420c80b6576a0ab0b875e6660c172564e (patch) | |
tree | 0b5dc41173a94d63bd33075d908aed743c244f67 /sys-libs | |
parent | Backport all the crazy changes from glibc-2.4 and include a ton of bugfixes. (diff) | |
download | gentoo-2-90af4ed420c80b6576a0ab0b875e6660c172564e.tar.gz gentoo-2-90af4ed420c80b6576a0ab0b875e6660c172564e.tar.bz2 gentoo-2-90af4ed420c80b6576a0ab0b875e6660c172564e.zip |
forgot to actually ~arch it
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.4-r2.ebuild b/sys-libs/glibc/glibc-2.4-r2.ebuild index 4ad897fd717a..7977fdf92609 100644 --- a/sys-libs/glibc/glibc-2.4-r2.ebuild +++ b/sys-libs/glibc/glibc-2.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r2.ebuild,v 1.20 2006/05/04 03:51:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r2.ebuild,v 1.21 2006/05/04 03:57:04 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -16,7 +16,7 @@ # CHOST = CTARGET - install into / # CHOST != CTARGET - install into /usr/CTARGET/ -KEYWORDS="-*" +KEYWORDS="-* ~amd64 ~ia64 ~x86" BRANCH_UPDATE="" |