diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-05-21 04:23:48 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-05-21 04:23:48 +0000 |
commit | c9760bab4c389248df8d5c730013da90f640a0c0 (patch) | |
tree | c0cd3d6f624a8e717b59d1f763b289f4de7ea3d6 /sys-libs/glibc | |
parent | alpha stable, bug 547248. (diff) | |
download | gentoo-2-c9760bab4c389248df8d5c730013da90f640a0c0.tar.gz gentoo-2-c9760bab4c389248df8d5c730013da90f640a0c0.tar.bz2 gentoo-2-c9760bab4c389248df8d5c730013da90f640a0c0.zip |
alpha stable, bug 544034.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.20-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index d48adaeebf9b..b3364df86327 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1051 2015/05/04 03:03:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1052 2015/05/21 04:23:48 mattst88 Exp $ + + 21 May 2015; Matt Turner <mattst88@gentoo.org> glibc-2.20-r2.ebuild: + alpha stable, bug 544034. 04 May 2015; Mike Frysinger <vapier@gentoo.org> glibc-2.20-r2.ebuild: Mark arm64/ia64/m68k/s390/sh stable #544034. diff --git a/sys-libs/glibc/glibc-2.20-r2.ebuild b/sys-libs/glibc/glibc-2.20-r2.ebuild index 7315db06f187..7ef195447294 100644 --- a/sys-libs/glibc/glibc-2.20-r2.ebuild +++ b/sys-libs/glibc/glibc-2.20-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.20-r2.ebuild,v 1.9 2015/05/04 03:03:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.20-r2.ebuild,v 1.10 2015/05/21 04:23:48 mattst88 Exp $ EAPI="4" @@ -10,7 +10,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" |