diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-06-21 06:51:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-06-21 06:51:40 +0000 |
commit | 3ce74d2dbb7f7610a75a7ea6eb6bbd5a2bbb3aad (patch) | |
tree | a40e67722d5bc03b2052e9fdbddd45088ffd828f /sys-libs | |
parent | correct email address of Ken (diff) | |
download | gentoo-2-3ce74d2dbb7f7610a75a7ea6eb6bbd5a2bbb3aad.tar.gz gentoo-2-3ce74d2dbb7f7610a75a7ea6eb6bbd5a2bbb3aad.tar.bz2 gentoo-2-3ce74d2dbb7f7610a75a7ea6eb6bbd5a2bbb3aad.zip |
arm stable
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.6.1.ebuild b/sys-libs/glibc/glibc-2.6.1.ebuild index 5c1ea5430402..73a44c14a387 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-2008 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.22 2008/06/11 19:41:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.23 2008/06/21 06:51:40 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 ~arm ia64 ~mips ppc ppc64 sh sparc x86" +KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |