diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-02-29 18:49:22 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-02-29 18:49:22 +0000 |
commit | abdc7efc6e430ec95f1bde3927f3973327684e82 (patch) | |
tree | 092cbd58ad6bc57c9b54386c0fc40c076e3f9b4b /sys-libs | |
parent | Init script clean-up, closes #43044 (Manifest recommit) (diff) | |
download | gentoo-2-abdc7efc6e430ec95f1bde3927f3973327684e82.tar.gz gentoo-2-abdc7efc6e430ec95f1bde3927f3973327684e82.tar.bz2 gentoo-2-abdc7efc6e430ec95f1bde3927f3973327684e82.zip |
marked ~ppc
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.3_pre20040207.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index a10926d473a1..333cce3cd189 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,10 +1,14 @@ # 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.133 2004/02/26 18:56:23 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.134 2004/02/29 18:49:22 lu_zero Exp $ 26 Feb 2004; Sven Blumenstein <bazik@gentoo.org> glibc-2.3.2-r9.ebuild: Stable on sparc (was about time). + 25 Feb 2004; Luca Barbato <lu_zero@gentoo.org> + glibc-2.3.3_pre20040207.ebuild: + Marked ~ppc + 24 Feb 2004; Alexander Gabert <pappy@gentoo.org> glibc-2.3.3_pre20040207.ebuild: added GOTOFF fix from previous glibc release diff --git a/sys-libs/glibc/glibc-2.3.3_pre20040207.ebuild b/sys-libs/glibc/glibc-2.3.3_pre20040207.ebuild index b4d62190cc49..1e1e8b5f6562 100644 --- a/sys-libs/glibc/glibc-2.3.3_pre20040207.ebuild +++ b/sys-libs/glibc/glibc-2.3.3_pre20040207.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.3_pre20040207.ebuild,v 1.5 2004/02/24 18:34:52 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3_pre20040207.ebuild,v 1.6 2004/02/29 18:49:22 lu_zero Exp $ IUSE="nls pic build nptl" @@ -57,7 +57,7 @@ SRC_URI="http://ftp.gnu.org/gnu/glibc/glibc-${MY_PV}.tar.bz2 hppa? ( mirror://gentoo/${PN}-${MY_PV}-hppa-patches-p1.tar.bz2 )" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -KEYWORDS="~x86 ~mips ~sparc ~amd64 -hppa ~alpha ~ia64" +KEYWORDS="~x86 ~mips ~sparc ~amd64 -hppa ~alpha ~ia64 ~ppc" SLOT="2.2" LICENSE="LGPL-2" |