diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-10-12 11:56:25 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-10-12 11:56:25 +0000 |
commit | c7791717d1b2cbd0f8593b76537a239411cf934b (patch) | |
tree | 344a227a8d5d1fc261f1328da73ea363e4e6bd8c /sys-libs | |
parent | Removed old version. (Manifest recommit) (diff) | |
download | gentoo-2-c7791717d1b2cbd0f8593b76537a239411cf934b.tar.gz gentoo-2-c7791717d1b2cbd0f8593b76537a239411cf934b.tar.bz2 gentoo-2-c7791717d1b2cbd0f8593b76537a239411cf934b.zip |
Stable on hppa.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 201c1964c3d3..8e77e8a57b62 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # 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.272 2004/10/12 04:10:03 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.273 2004/10/12 11:56:25 gmsoft Exp $ + + 12 Oct 2004; Guy Martin <gmsoft@gentoo.org> glibc-2.3.4.20040808-r1.ebuild: + Stable on hppa. 12 Oct 2004; Travis Tilley <lv@gentoo.org> glibc-2.3.4.20041006.ebuild: a portage quirk seems to be installing and then uninstalling libpthread on diff --git a/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild index ec87ab78f42e..d137049a6116 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040808-r1.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.20040808-r1.ebuild,v 1.3 2004/10/11 16:24:18 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild,v 1.4 2004/10/12 11:56:25 gmsoft Exp $ inherit eutils flag-o-matic gcc @@ -39,7 +39,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 ~mips" +KEYWORDS="x86 amd64 hppa ppc64 ~ppc ~mips" IUSE="nls pic build nptl erandom hardened makecheck multilib debug userlocales" RESTRICT="nostrip" # we'll handle stripping ourself #46186 |