diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-11 05:06:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-11 05:06:07 +0000 |
commit | d112d4d9b8b535c7d7e917c4504cacb9fbb5d6fe (patch) | |
tree | 4c7413e1df05e81dd41ef2b06be60e0e60089021 /sys-libs | |
parent | s390 stable (diff) | |
download | gentoo-2-d112d4d9b8b535c7d7e917c4504cacb9fbb5d6fe.tar.gz gentoo-2-d112d4d9b8b535c7d7e917c4504cacb9fbb5d6fe.tar.bz2 gentoo-2-d112d4d9b8b535c7d7e917c4504cacb9fbb5d6fe.zip |
s390 love
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.7-r1.ebuild b/sys-libs/glibc/glibc-2.7-r1.ebuild index 02acb6fd481e..7cdf6cbe836a 100644 --- a/sys-libs/glibc/glibc-2.7-r1.ebuild +++ b/sys-libs/glibc/glibc-2.7-r1.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.7-r1.ebuild,v 1.6 2007/12/31 12:36:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r1.ebuild,v 1.7 2008/01/11 05:06:07 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="~amd64 hppa ~ia64 ~ppc ~ppc64 ~sh ~x86" +KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |