diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-07-06 04:04:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-07-06 04:04:53 +0000 |
commit | 870d4ebf6af7145a15374cf3a40e6bcb1b3b009d (patch) | |
tree | 11e98c060fbee95d7c6ecc113ddd205aaf204f9f /sys-libs | |
parent | Fix timezone offsets on fbsd. bug #183708 (diff) | |
download | historical-870d4ebf6af7145a15374cf3a40e6bcb1b3b009d.tar.gz historical-870d4ebf6af7145a15374cf3a40e6bcb1b3b009d.tar.bz2 historical-870d4ebf6af7145a15374cf3a40e6bcb1b3b009d.zip |
arm/sh stable
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.5-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.5-r4.ebuild b/sys-libs/glibc/glibc-2.5-r4.ebuild index 9e483bf3e164..95cf9863b079 100644 --- a/sys-libs/glibc/glibc-2.5-r4.ebuild +++ b/sys-libs/glibc/glibc-2.5-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r4.ebuild,v 1.3 2007/07/05 10:08:54 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r4.ebuild,v 1.4 2007/07/06 04:04:53 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="" |