diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 22:21:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 22:21:44 +0000 |
commit | 59410ac746c117e0d8bbf1a9ea55662f3bac6f7f (patch) | |
tree | 266d78ee04a3a24c75074b09d50b9d56ccc54e64 | |
parent | amd64 stable, bug 190238 (diff) | |
download | gentoo-2-59410ac746c117e0d8bbf1a9ea55662f3bac6f7f.tar.gz gentoo-2-59410ac746c117e0d8bbf1a9ea55662f3bac6f7f.tar.bz2 gentoo-2-59410ac746c117e0d8bbf1a9ea55662f3bac6f7f.zip |
arm love #185790 by Shvetsov Alexey
(Portage version: 2.1.3.7)
-rw-r--r-- | sys-libs/glibc/glibc-2.6.1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/glibc/glibc-2.6.1.ebuild b/sys-libs/glibc/glibc-2.6.1.ebuild index a092b187d4f8..0b73a6115dca 100644 --- a/sys-libs/glibc/glibc-2.6.1.ebuild +++ b/sys-libs/glibc/glibc-2.6.1.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.6.1.ebuild,v 1.4 2007/08/12 15:52:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.5 2007/08/25 22:21:44 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -8,7 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.6.ebuild b/sys-libs/glibc/glibc-2.6.ebuild index c9b083e755a8..ad33db304d2a 100644 --- a/sys-libs/glibc/glibc-2.6.ebuild +++ b/sys-libs/glibc/glibc-2.6.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.6.ebuild,v 1.17 2007/08/06 09:45:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.18 2007/08/25 22:21:44 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 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" BRANCH_UPDATE="" |