diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-27 17:05:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-09-27 17:05:58 +0000 |
commit | 08603c196052a9ec50e9dfe33ab6183fe369b1e7 (patch) | |
tree | 8610da445c7ea1a6089086b927e0a6ec834461fe /sys-libs | |
parent | Version bumps. (diff) | |
download | gentoo-2-08603c196052a9ec50e9dfe33ab6183fe369b1e7.tar.gz gentoo-2-08603c196052a9ec50e9dfe33ab6183fe369b1e7.tar.bz2 gentoo-2-08603c196052a9ec50e9dfe33ab6183fe369b1e7.zip |
sh love
(Portage version: 2.1.3.9)
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 7e7fef972e3d..07bf6fa13cdf 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.6 2007/09/04 06:15:41 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.7 2007/09/27 17:05:58 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 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |