diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-10-16 14:26:19 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-10-16 14:26:19 +0000 |
commit | 365aa57555f6caf9963407c5dc8d2a2317b2546e (patch) | |
tree | e796f0db82646bb34ddb1697d8276d681916ae81 | |
parent | Added ~ppc64; bug #195986 (diff) | |
download | gentoo-2-365aa57555f6caf9963407c5dc8d2a2317b2546e.tar.gz gentoo-2-365aa57555f6caf9963407c5dc8d2a2317b2546e.tar.bz2 gentoo-2-365aa57555f6caf9963407c5dc8d2a2317b2546e.zip |
Stable on amd64 wrt bug #195427
(Portage version: 2.1.3.14)
-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 6935612ca95e..15ccde0311b0 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.556 2007/10/15 12:58:58 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.557 2007/10/16 14:26:19 angelos Exp $ + + 16 Oct 2007; Christoph Mende <angelos@gentoo.org> glibc-2.6.1.ebuild: + Stable on amd64 wrt bug #195427 15 Oct 2007; Markus Rothe <corsair@gentoo.org> glibc-2.6.1.ebuild: Stable on ppc64; bug #195427 diff --git a/sys-libs/glibc/glibc-2.6.1.ebuild b/sys-libs/glibc/glibc-2.6.1.ebuild index fa2da6c86736..a0c3349e231d 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.10 2007/10/15 12:58:59 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.11 2007/10/16 14:26:19 angelos 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" |