diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-16 07:46:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-16 07:46:43 +0000 |
commit | b6e0081e48536c63e6d95fc0dfbd3119ab3b9b1d (patch) | |
tree | 02a0e3d27daf5e3554f1b3b912653313c96079a8 /sys-libs | |
parent | version bump (diff) | |
download | gentoo-2-b6e0081e48536c63e6d95fc0dfbd3119ab3b9b1d.tar.gz gentoo-2-b6e0081e48536c63e6d95fc0dfbd3119ab3b9b1d.tar.bz2 gentoo-2-b6e0081e48536c63e6d95fc0dfbd3119ab3b9b1d.zip |
Mark ia64/s390 stable #496752.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 29d474144988..58deb952b11a 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.971 2014/01/12 19:57:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.972 2014/01/16 07:46:43 vapier Exp $ + + 16 Jan 2014; Mike Frysinger <vapier@gentoo.org> glibc-2.17.ebuild: + Mark ia64/s390 stable #496752. 12 Jan 2014; Markus Meier <maekke@gentoo.org> glibc-2.17.ebuild: arm stable, bug #496752 diff --git a/sys-libs/glibc/glibc-2.17.ebuild b/sys-libs/glibc/glibc-2.17.ebuild index 3f0274360a35..32256c70633a 100644 --- a/sys-libs/glibc/glibc-2.17.ebuild +++ b/sys-libs/glibc/glibc-2.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.27 2014/01/12 19:57:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.28 2014/01/16 07:46:43 vapier Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing @@ -8,7 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |