diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-18 17:00:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-18 17:00:10 +0000 |
commit | ffc710673061383283ad17f0cc7550d4249c3594 (patch) | |
tree | 822849fb12fa456e091a09d494300cdbacc4e102 /sys-libs | |
parent | ppc64 stable wrt #302468 (diff) | |
download | gentoo-2-ffc710673061383283ad17f0cc7550d4249c3594.tar.gz gentoo-2-ffc710673061383283ad17f0cc7550d4249c3594.tar.bz2 gentoo-2-ffc710673061383283ad17f0cc7550d4249c3594.zip |
ppc64 stable wrt #318503
(Portage version: 2.2_rc67/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.11.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 311dd1dd065a..883112d3dc06 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # 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.699 2010/07/18 10:17:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.700 2010/07/18 17:00:10 ssuominen Exp $ + + 18 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> glibc-2.11.2.ebuild: + ppc64 stable wrt #318503 18 Jul 2010; Raúl Porcel <armin76@gentoo.org> glibc-2.11.2.ebuild: sh/sparc stable wrt #318503 diff --git a/sys-libs/glibc/glibc-2.11.2.ebuild b/sys-libs/glibc/glibc-2.11.2.ebuild index 807e44281704..030f5b9a9288 100644 --- a/sys-libs/glibc/glibc-2.11.2.ebuild +++ b/sys-libs/glibc/glibc-2.11.2.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.11.2.ebuild,v 1.9 2010/07/18 10:17:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.2.ebuild,v 1.10 2010/07/18 17:00:10 ssuominen 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 ia64 ~ppc ~ppc64 ~s390 sh sparc x86" +KEYWORDS="alpha amd64 arm ia64 ~ppc ppc64 ~s390 sh sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |