diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-04-25 17:30:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-04-25 17:30:30 +0000 |
commit | b3df693f8507401527403e7b81325e559e01d861 (patch) | |
tree | 6c5228e64c56efc1f20a30a95be94e16a431dfb4 /sys-libs | |
parent | Version bump #315477. (diff) | |
download | gentoo-2-b3df693f8507401527403e7b81325e559e01d861.tar.gz gentoo-2-b3df693f8507401527403e7b81325e559e01d861.tar.bz2 gentoo-2-b3df693f8507401527403e7b81325e559e01d861.zip |
Stabilize for s390.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.10.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 2ff2b5c925af..ab1321b56cba 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.681 2010/04/25 17:17:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.682 2010/04/25 17:30:30 vapier Exp $ + + 25 Apr 2010; Mike Frysinger <vapier@gentoo.org> glibc-2.10.1-r1.ebuild: + Stabilize for s390. *glibc-2.11.1 (25 Apr 2010) diff --git a/sys-libs/glibc/glibc-2.10.1-r1.ebuild b/sys-libs/glibc/glibc-2.10.1-r1.ebuild index e3520b623cb2..1577f2d1dafe 100644 --- a/sys-libs/glibc/glibc-2.10.1-r1.ebuild +++ b/sys-libs/glibc/glibc-2.10.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.13 2010/04/19 17:48:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.14 2010/04/25 17:30:30 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 hppa ia64 ppc ppc64 ~s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |