diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-10-15 12:58:59 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-10-15 12:58:59 +0000 |
commit | 7d999cc8a83f8a7e506d8a31143a021fba9710be (patch) | |
tree | bc3b52935e0ef0941062e9fb4176a1551d913755 /sys-libs | |
parent | virtual/tetex -> virtual/latex-base, bug #195894 (diff) | |
download | gentoo-2-7d999cc8a83f8a7e506d8a31143a021fba9710be.tar.gz gentoo-2-7d999cc8a83f8a7e506d8a31143a021fba9710be.tar.bz2 gentoo-2-7d999cc8a83f8a7e506d8a31143a021fba9710be.zip |
Stable on ppc64; bug #195427
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 87d19f62cf7f..6935612ca95e 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.555 2007/10/14 09:44:13 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.556 2007/10/15 12:58:58 corsair Exp $ + + 15 Oct 2007; Markus Rothe <corsair@gentoo.org> glibc-2.6.1.ebuild: + Stable on ppc64; bug #195427 14 Oct 2007; Christian Faulhammer <opfer@gentoo.org> glibc-2.6.1.ebuild: stable x86, bug 195427 diff --git a/sys-libs/glibc/glibc-2.6.1.ebuild b/sys-libs/glibc/glibc-2.6.1.ebuild index d66409190f07..fa2da6c86736 100644 --- a/sys-libs/glibc/glibc-2.6.1.ebuild +++ b/sys-libs/glibc/glibc-2.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.9 2007/10/14 09:44:13 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.10 2007/10/15 12:58:59 corsair 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 ~mips ppc ~ppc64 ~sh ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |