diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-24 20:20:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-24 20:20:30 +0000 |
commit | 4293775150f00b96455248186297b4780e5a6dc3 (patch) | |
tree | ff8964caba142120a43e38260efa4d83e5a23064 /sys-libs/glibc | |
parent | Add masking for pam_console. (diff) | |
download | gentoo-2-4293775150f00b96455248186297b4780e5a6dc3.tar.gz gentoo-2-4293775150f00b96455248186297b4780e5a6dc3.tar.bz2 gentoo-2-4293775150f00b96455248186297b4780e5a6dc3.zip |
arm/ia64 stable
(Portage version: 2.1.2_pre3-r7)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.6-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.6-r5.ebuild b/sys-libs/glibc/glibc-2.3.6-r5.ebuild index 58490b0abdb7..47009d344b75 100644 --- a/sys-libs/glibc/glibc-2.3.6-r5.ebuild +++ b/sys-libs/glibc/glibc-2.3.6-r5.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-r5.ebuild,v 1.8 2006/10/21 21:01:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r5.ebuild,v 1.9 2006/10/24 20:20:30 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="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="-* ~alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" BRANCH_UPDATE="" |