diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-06 06:24:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-06 06:24:58 +0000 |
commit | 765526f9b15558a73f2a84a2fcf6a6dd21e0de19 (patch) | |
tree | 080c8ee960cdf3a9129d5c70004488613a685bd8 | |
parent | Fix gtk+ dependency reported in bug #245758 by haarp <liquitsnake@gmx.net>. (diff) | |
download | gentoo-2-765526f9b15558a73f2a84a2fcf6a6dd21e0de19.tar.gz gentoo-2-765526f9b15558a73f2a84a2fcf6a6dd21e0de19.tar.bz2 gentoo-2-765526f9b15558a73f2a84a2fcf6a6dd21e0de19.zip |
s390 love
(Portage version: 2.2_rc13/cvs/Linux 2.6.27.4 x86_64)
-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 b909c9dea5db..a93f614365b5 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.10 2008/10/27 06:36:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v 1.11 2008/11/06 06:24: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 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |