diff options
author | Tom Gall <tgall@gentoo.org> | 2009-02-19 19:48:44 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2009-02-19 19:48:44 +0000 |
commit | 57865f6044feb72d143c1d30bb139c65aa87006f (patch) | |
tree | 17a2004d44177badd3ef453762db0e4c3aea51a4 /sys-libs | |
parent | ppc stable #257697 (diff) | |
download | gentoo-2-57865f6044feb72d143c1d30bb139c65aa87006f.tar.gz gentoo-2-57865f6044feb72d143c1d30bb139c65aa87006f.tar.bz2 gentoo-2-57865f6044feb72d143c1d30bb139c65aa87006f.zip |
stable on ppc64, bug #247553
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 ppc64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index a5e45d235c4c..1d99184f05f1 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.608 2009/02/18 18:00:59 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.609 2009/02/19 19:48:44 tgall Exp $ + + 19 Feb 2009; Tom Gall <tgall@gentoo.org> glibc-2.8_p20080602-r1.ebuild: + stable on ppc64, bug #247553 18 Feb 2009; Tobias Klausmann <klausman@gentoo.org> glibc-2.8_p20080602-r1.ebuild: diff --git a/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild b/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild index 7d40093b3aa2..248021aa520b 100644 --- a/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild +++ b/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild,v 1.6 2009/02/18 18:00:59 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild,v 1.7 2009/02/19 19:48:44 tgall 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" |