diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-06-22 17:39:55 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-06-22 17:39:55 +0000 |
commit | 360ee3a0290f489647823b780cd6a444a81b29a4 (patch) | |
tree | 6d4d1331675b873f02d7b95533e5ccb2696ae0bf /sys-libs/glibc/glibc-2.8_p20080602.ebuild | |
parent | Fixed multilib bugs; keyworded ~amd64, bug #209304 (diff) | |
download | gentoo-2-360ee3a0290f489647823b780cd6a444a81b29a4.tar.gz gentoo-2-360ee3a0290f489647823b780cd6a444a81b29a4.tar.bz2 gentoo-2-360ee3a0290f489647823b780cd6a444a81b29a4.zip |
Add ~sparc keyword
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-libs/glibc/glibc-2.8_p20080602.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.8_p20080602.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.8_p20080602.ebuild b/sys-libs/glibc/glibc-2.8_p20080602.ebuild index afa54b9e6461..05c6087528af 100644 --- a/sys-libs/glibc/glibc-2.8_p20080602.ebuild +++ b/sys-libs/glibc/glibc-2.8_p20080602.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.8_p20080602.ebuild,v 1.4 2008/06/22 01:26:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v 1.5 2008/06/22 17:39:55 bluebird 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 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |