diff options
author | Malcolm Lashley <malc@gentoo.org> | 2004-06-19 13:19:29 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2004-06-19 13:19:29 +0000 |
commit | b6120accc297837857b977dc7a16ba03ca6888e3 (patch) | |
tree | 07e1ed578deecf42353ca69d2624203ebfab7ec5 /sys-libs | |
parent | Added to ~ppc (diff) | |
download | historical-b6120accc297837857b977dc7a16ba03ca6888e3.tar.gz historical-b6120accc297837857b977dc7a16ba03ca6888e3.tar.bz2 historical-b6120accc297837857b977dc7a16ba03ca6888e3.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.20040605.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 0be4fc1461ae..805ace913426 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.192 2004/06/17 16:44:22 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.193 2004/06/19 13:19:29 malc Exp $ + + 19 Jun 2004; <malc@gentoo.org> glibc-2.3.4.20040605.ebuild: + Mark stable for release on amd64. Complaints to lv@gentoo.org, he made me do it ;-) 17 Jun 2004; Luca Barbato <lu_zero@gentoo.org> glibc-2.3.4.20040605-r1.ebuild: diff --git a/sys-libs/glibc/glibc-2.3.4.20040605.ebuild b/sys-libs/glibc/glibc-2.3.4.20040605.ebuild index 7a251a8b4346..3dc2b1b3e3bb 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040605.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040605.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040605.ebuild,v 1.13 2004/06/16 20:54:27 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040605.ebuild,v 1.14 2004/06/19 13:19:29 malc Exp $ IUSE="nls pic build nptl erandom hardened makecheck multilib" @@ -45,7 +45,7 @@ HOMEPAGE="http://sources.redhat.com/glibc/" #KEYWORDS="~x86 ~mips ~sparc ~amd64 -hppa ~ia64 ~ppc" # breaks on ~alpha #KEYWORDS="-* ~amd64 ppc64" # yanking ~amd64 due to repoman bugs.. plz add back later. -KEYWORDS="-* ppc64 ~amd64" +KEYWORDS="-* ppc64 amd64" SLOT="2.2" LICENSE="LGPL-2" |