diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-01 03:47:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-01 03:47:31 +0000 |
commit | 5adf85acdb082ad52899718d3c5d5d10860b1866 (patch) | |
tree | 53138bf84e83ec1bb7eab57e28d18948344b508b /sys-libs | |
parent | fix passing version number when it is large and contains no dots (aka version... (diff) | |
download | gentoo-2-5adf85acdb082ad52899718d3c5d5d10860b1866.tar.gz gentoo-2-5adf85acdb082ad52899718d3c5d5d10860b1866.tar.bz2 gentoo-2-5adf85acdb082ad52899718d3c5d5d10860b1866.zip |
arm stable
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.5-r3.ebuild b/sys-libs/glibc/glibc-2.3.5-r3.ebuild index e27ecc7d8ff3..06ddf6d7ebb1 100644 --- a/sys-libs/glibc/glibc-2.3.5-r3.ebuild +++ b/sys-libs/glibc/glibc-2.3.5-r3.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.5-r3.ebuild,v 1.17 2006/01/25 04:39:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.18 2006/02/01 03:47:31 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 ppc sparc ~x86" +KEYWORDS="-* alpha ~amd64 arm -hppa ~ia64 ppc ~s390 sparc ~x86" BRANCH_UPDATE="" |