diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-10 14:53:46 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-10 14:53:46 +0000 |
commit | efb7cfc2dfcad9de788c8f25c5c6840121497507 (patch) | |
tree | fef9c4bd479f845e88a65194eb3cc28dc426aff9 /sys-libs | |
parent | amd64 stable wrt #294147 (diff) | |
download | gentoo-2-efb7cfc2dfcad9de788c8f25c5c6840121497507.tar.gz gentoo-2-efb7cfc2dfcad9de788c8f25c5c6840121497507.tar.bz2 gentoo-2-efb7cfc2dfcad9de788c8f25c5c6840121497507.zip |
x86 stable, bug 289342
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.10.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 99a32d308f8f..f663a42f2f61 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # 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.669 2010/01/10 14:46:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.670 2010/01/10 14:53:46 fauli Exp $ + + 10 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + glibc-2.10.1-r1.ebuild: + x86 stable, bug 289342 10 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> glibc-2.10.1-r1.ebuild: diff --git a/sys-libs/glibc/glibc-2.10.1-r1.ebuild b/sys-libs/glibc/glibc-2.10.1-r1.ebuild index 3736e04bb42b..6b172b803573 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.3 2010/01/10 14:46:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.4 2010/01/10 14:53:46 fauli 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 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |