diff options
author | 2006-01-06 13:50:51 +0000 | |
---|---|---|
committer | 2006-01-06 13:50:51 +0000 | |
commit | fb2d04910c139250a6d388cd435a1c2849fbca1e (patch) | |
tree | ae69417e4881a9a249a29f6a46aa92d137daaa65 /sys-libs/glibc/glibc-2.3.6-r2.ebuild | |
parent | New ebuild thanks to Martti Rannanjärvi <mrannanj@iki.fi>, Russell Smith <mr-... (diff) | |
download | gentoo-2-fb2d04910c139250a6d388cd435a1c2849fbca1e.tar.gz gentoo-2-fb2d04910c139250a6d388cd435a1c2849fbca1e.tar.bz2 gentoo-2-fb2d04910c139250a6d388cd435a1c2849fbca1e.zip |
Added ~amd64 keyword.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.6-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.6-r2.ebuild b/sys-libs/glibc/glibc-2.3.6-r2.ebuild index 587003f4aba8..98bcd4d17bdb 100644 --- a/sys-libs/glibc/glibc-2.3.6-r2.ebuild +++ b/sys-libs/glibc/glibc-2.3.6-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.3.6-r2.ebuild,v 1.2 2006/01/06 07:03:13 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r2.ebuild,v 1.3 2006/01/06 13:50:51 metalgod Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -17,7 +17,7 @@ # CHOST != CTARGET - install into /usr/CTARGET/ #KEYWORDS="~amd64 ~arm -hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -KEYWORDS="-* ~mips ~ppc ~x86" +KEYWORDS="-* ~amd64 ~mips ~ppc ~x86" BRANCH_UPDATE="" |