diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-12-09 22:22:55 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-12-09 22:22:55 +0000 |
commit | 03552818451752bf6a57f8484d4b352e23076f86 (patch) | |
tree | a4be8717e48636cb3ec1a2cbdab459563e8653c5 /sys-libs | |
parent | removed old kde-3.1_beta2,.. masking (ebuilds are deleted from portage) (diff) | |
download | historical-03552818451752bf6a57f8484d4b352e23076f86.tar.gz historical-03552818451752bf6a57f8484d4b352e23076f86.tar.bz2 historical-03552818451752bf6a57f8484d4b352e23076f86.zip |
mark as stable for x86
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 11 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.1-r2.ebuild | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 90a5d50ec068..c4f94d3ef6a4 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for sys-libs/glibc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.32 2002/12/09 04:37:29 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.33 2002/12/09 22:22:55 azarah Exp $ -\* Autoupdate keywords (12-6-02) - 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + 10 Dec 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.1-r2.ebuild : + + Mark as stable for x86. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : + + Changed sparc ~sparc keywords *glibc-2.3.1-r2 (7 Nov 2002) diff --git a/sys-libs/glibc/glibc-2.3.1-r2.ebuild b/sys-libs/glibc/glibc-2.3.1-r2.ebuild index 0dc53ee6118c..26a6a2861c7b 100644 --- a/sys-libs/glibc/glibc-2.3.1-r2.ebuild +++ b/sys-libs/glibc/glibc-2.3.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.1-r2.ebuild,v 1.7 2002/12/09 04:37:29 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.1-r2.ebuild,v 1.8 2002/12/09 22:22:55 azarah Exp $ IUSE="nls pic build" @@ -40,7 +40,7 @@ SRC_URI="http://ftp.gnu.org/gnu/glibc/glibc-${PV}.tar.gz http://ftp.gnu.org/gnu/glibc/glibc-linuxthreads-${PV}.tar.gz" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" # Is 99% compadible, just some .a's bork SLOT="2.2" LICENSE="GPL-2" @@ -48,7 +48,7 @@ LICENSE="GPL-2" # Portage-1.8.9 needed for smart library merging feature (avoids segfaults on glibc upgrade) # Drobbins, 18 Mar 2002: we now rely on the system profile to select the correct linus-headers DEPEND=">=sys-devel/gcc-3.2-r1 - >=sys-devel/binutils-2.13.90.0.4-r1 + >=sys-devel/binutils-2.13.90.0.16 sys-kernel/linux-headers nls? ( sys-devel/gettext )" RDEPEND="sys-kernel/linux-headers |