diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-07-29 20:31:36 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-07-29 20:31:36 +0000 |
commit | 2497c7bf90383603af667b9022181bf0504c4a67 (patch) | |
tree | 5284e6d58df6e4e7e5e8085e7ebd5a2d3d2acc51 /sys-libs | |
parent | Convert mysql eclasses to git-r3 eclass, so we can remove RESTRICT=userpriv f... (diff) | |
download | gentoo-2-2497c7bf90383603af667b9022181bf0504c4a67.tar.gz gentoo-2-2497c7bf90383603af667b9022181bf0504c4a67.tar.bz2 gentoo-2-2497c7bf90383603af667b9022181bf0504c4a67.zip |
Stable on ppc and ppc64, bug #518364
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.19-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 379fbcfdc2d4..4628159eb32e 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.999 2014/07/29 14:07:50 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1000 2014/07/29 20:31:36 blueness Exp $ + + 29 Jul 2014; Anthony G. Basile <blueness@gentoo.org> glibc-2.19-r1.ebuild: + Stable on ppc and ppc64, bug #518364 29 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> glibc-2.19-r1.ebuild: amd64 stable wrt bug #518364 diff --git a/sys-libs/glibc/glibc-2.19-r1.ebuild b/sys-libs/glibc/glibc-2.19-r1.ebuild index 8381608320f1..c401b0286fab 100644 --- a/sys-libs/glibc/glibc-2.19-r1.ebuild +++ b/sys-libs/glibc/glibc-2.19-r1.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.19-r1.ebuild,v 1.2 2014/07/29 14:07:50 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.19-r1.ebuild,v 1.3 2014/07/29 20:31:36 blueness 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 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |