diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-01-19 17:47:28 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-01-19 17:47:28 +0000 |
commit | c71a4c141b6b3bd5478afdf112cd768fe001a78b (patch) | |
tree | 16a25edc90a82587e55bfa3155170441a2ababf1 /sys-libs/glibc | |
parent | ppc stable #288026 (diff) | |
download | gentoo-2-c71a4c141b6b3bd5478afdf112cd768fe001a78b.tar.gz gentoo-2-c71a4c141b6b3bd5478afdf112cd768fe001a78b.tar.bz2 gentoo-2-c71a4c141b6b3bd5478afdf112cd768fe001a78b.zip |
ppc stable #289342
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.10.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 46d03fccace9..e0a947fae03f 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.674 2010/01/18 21:34:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.675 2010/01/19 17:47:27 nixnut Exp $ + + 19 Jan 2010; nixnut <nixnut@gentoo.org> glibc-2.10.1-r1.ebuild: + ppc stable #289342 18 Jan 2010; Tobias Klausmann <klausman@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 d4805cab655b..60d0267ee0ee 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.8 2010/01/18 21:34:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.9 2010/01/19 17:47:28 nixnut 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 ~ppc64 ~s390 ~sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |