diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-10-16 04:49:56 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-10-16 04:49:56 +0000 |
commit | 15aed2b001c833515e5330ec97ab454c09405816 (patch) | |
tree | fff304a064dfb8de7acbed73678e7925f0c09b05 /sys-libs | |
parent | Added ~ppc-macos keyword (Manifest recommit) (diff) | |
download | gentoo-2-15aed2b001c833515e5330ec97ab454c09405816.tar.gz gentoo-2-15aed2b001c833515e5330ec97ab454c09405816.tar.bz2 gentoo-2-15aed2b001c833515e5330ec97ab454c09405816.zip |
-ppc marked, subtle flaws here and there
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20041006.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index f04f7e59d7e6..782253c9d2b0 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.277 2004/10/14 12:00:06 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.278 2004/10/16 04:49:56 lu_zero Exp $ + + 16 Oct 2004; Luca Barbato <lu_zero@gentoo.org> + glibc-2.3.4.20041006.ebuild: + Marked -ppc has proven to subtle flaw code, probably inline optimizations 14 Oct 2004; Guy Martin <gmsoft@gentoo.org> glibc-2.3.4.20041006.ebuild: Updated hppa patches to 2004-09-30. Fixed unpacking (#67503). Marked -hppa diff --git a/sys-libs/glibc/glibc-2.3.4.20041006.ebuild b/sys-libs/glibc/glibc-2.3.4.20041006.ebuild index 4fcc0eae9108..85c7b10accc1 100644 --- a/sys-libs/glibc/glibc-2.3.4.20041006.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20041006.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041006.ebuild,v 1.6 2004/10/14 12:00:06 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041006.ebuild,v 1.7 2004/10/16 04:49:56 lu_zero Exp $ inherit eutils flag-o-matic gcc @@ -40,7 +40,7 @@ SRC_URI="http://dev.gentoo.org/~lv/${PN}-${BASE_PV}.tar.bz2 LICENSE="LGPL-2" SLOT="2.2" -KEYWORDS="-* ~x86 ~amd64 -hppa ~ppc64 ~ppc" +KEYWORDS="-* ~x86 ~amd64 -hppa ~ppc64 -ppc" IUSE="nls pic build nptl nptlonly erandom hardened multilib debug userlocales" RESTRICT="nostrip" # we'll handle stripping ourself #46186 |