diff options
author | Travis Tilley <lv@gentoo.org> | 2004-09-22 02:00:43 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-09-22 02:00:43 +0000 |
commit | 67e48cddb56495792617ce6206eb262e639258fd (patch) | |
tree | d10396bbc36bad06231c30e35d8b942f8d66d764 /sys-libs | |
parent | fixed sandbox violations when CONF_LIBDIR is set by adding DESTDIR support to... (diff) | |
download | gentoo-2-67e48cddb56495792617ce6206eb262e639258fd.tar.gz gentoo-2-67e48cddb56495792617ce6206eb262e639258fd.tar.bz2 gentoo-2-67e48cddb56495792617ce6206eb262e639258fd.zip |
stable on amd64
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040808.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index c2a1462bd6e5..80ac218463f1 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.257 2004/09/22 00:46:37 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.258 2004/09/22 02:00:43 lv Exp $ + + 21 Sep 2004; Travis Tilley <lv@gentoo.org> glibc-2.3.4.20040808.ebuild: + stable on amd64 21 Sep 2004; Travis Tilley <lv@gentoo.org> -files/2.3.4/glibc-2.3.4-fix-broken-ldd.patch, diff --git a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808.ebuild index d8c49f34e727..491bceee4658 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040808.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.ebuild,v 1.19 2004/09/22 00:46:37 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808.ebuild,v 1.20 2004/09/22 02:00:43 lv 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" +KEYWORDS="-* ~x86 amd64 ~hppa ppc64 ~ppc" IUSE="nls pic build nptl erandom hardened makecheck multilib debug userlocales" RESTRICT="nostrip" # we'll handle stripping ourself #46186 |