diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-11-13 06:11:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-13 06:11:16 +0000 |
commit | e62dfcf92741c93650181c1a08773d2a246704e0 (patch) | |
tree | 6d78674a0593b369c0e576b8fb48c2e60387d6ca /sys-libs | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-e62dfcf92741c93650181c1a08773d2a246704e0.tar.gz gentoo-2-e62dfcf92741c93650181c1a08773d2a246704e0.tar.bz2 gentoo-2-e62dfcf92741c93650181c1a08773d2a246704e0.zip |
s390 love
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.4-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.4-r4.ebuild b/sys-libs/glibc/glibc-2.4-r4.ebuild index b1b556ef3595..43456581e5b4 100644 --- a/sys-libs/glibc/glibc-2.4-r4.ebuild +++ b/sys-libs/glibc/glibc-2.4-r4.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-r4.ebuild,v 1.10 2006/11/12 05:42:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r4.ebuild,v 1.11 2006/11/13 06:11:16 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="-* amd64 ~ia64 ~mips ~ppc ~ppc64 sh ~sparc x86" +KEYWORDS="-* amd64 ~ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86" BRANCH_UPDATE="" |