diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-27 00:07:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-27 00:07:00 +0000 |
commit | 2d559bc839adb372fc241c5acb5045d738d62114 (patch) | |
tree | b504195b0bc03c454dd637b8ac0ac12ac948b609 /sys-libs | |
parent | arm stable (diff) | |
download | gentoo-2-2d559bc839adb372fc241c5acb5045d738d62114.tar.gz gentoo-2-2d559bc839adb372fc241c5acb5045d738d62114.tar.bz2 gentoo-2-2d559bc839adb372fc241c5acb5045d738d62114.zip |
sh love
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.4-r3.ebuild b/sys-libs/glibc/glibc-2.4-r3.ebuild index a641f1dabc31..96fb009ba1f6 100644 --- a/sys-libs/glibc/glibc-2.4-r3.ebuild +++ b/sys-libs/glibc/glibc-2.4-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.4-r3.ebuild,v 1.10 2006/06/27 00:02:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r3.ebuild,v 1.11 2006/06/27 00:07:00 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 ~x86" +KEYWORDS="-* ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~x86" BRANCH_UPDATE="" |