diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-18 19:42:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-18 19:42:28 +0000 |
commit | 3ffac5bc639b77bd739647dbb4df822eba10c088 (patch) | |
tree | 22adb9a434ecd4a462140b3128a0d1139d09a606 /sys-libs | |
parent | EAPI-4, taking maint. (diff) | |
download | gentoo-2-3ffac5bc639b77bd739647dbb4df822eba10c088.tar.gz gentoo-2-3ffac5bc639b77bd739647dbb4df822eba10c088.tar.bz2 gentoo-2-3ffac5bc639b77bd739647dbb4df822eba10c088.zip |
Stable for amd64, wrt bug #404993
(Portage version: 2.1.11.9/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.15-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index d6d83dd2bec4..0dbbb9d5a90f 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,5 +1,8 @@ # ChangeLog for sys-libs/glibc -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.896 2012/10/05 03:36:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.897 2012/10/18 19:42:28 ago Exp $ + + 18 Oct 2012; <ago@gentoo.org> glibc-2.15-r3.ebuild: + Stable for amd64, wrt bug #404993 05 Oct 2012; Mike Frysinger <vapier@gentoo.org> glibc-2.15-r3.ebuild, glibc-2.16.0.ebuild: diff --git a/sys-libs/glibc/glibc-2.15-r3.ebuild b/sys-libs/glibc/glibc-2.15-r3.ebuild index 92cab3776d9b..323d242d245b 100644 --- a/sys-libs/glibc/glibc-2.15-r3.ebuild +++ b/sys-libs/glibc/glibc-2.15-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r3.ebuild,v 1.2 2012/10/05 03:36:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r3.ebuild,v 1.3 2012/10/18 19:42:28 ago Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib 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" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |