diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-12-23 03:47:57 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-12-23 03:47:57 +0000 |
commit | 6b14304908e15f82cf0c50f6bfcf4d9cb6ca419a (patch) | |
tree | 65d50b9eba8661f0ffa76e0f0888ccb8470ec21e | |
parent | New version of guarddog, removed old version (diff) | |
download | historical-6b14304908e15f82cf0c50f6bfcf4d9cb6ca419a.tar.gz historical-6b14304908e15f82cf0c50f6bfcf4d9cb6ca419a.tar.bz2 historical-6b14304908e15f82cf0c50f6bfcf4d9cb6ca419a.zip |
upgrading to a new default binutils; updated dependencies appropriately.
-rw-r--r-- | profiles/default-1.0_rc6/packages | 2 | ||||
-rw-r--r-- | profiles/package.mask | 7 | ||||
-rw-r--r-- | sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/profiles/default-1.0_rc6/packages b/profiles/default-1.0_rc6/packages index c49f3d718977..3bb05313f865 100644 --- a/profiles/default-1.0_rc6/packages +++ b/profiles/default-1.0_rc6/packages @@ -33,7 +33,7 @@ *>=sys-apps/baselayout-1.6.7 *>=sys-apps/portage-1.6.10 -*~sys-devel/binutils-2.11.90.0.7 +*~sys-devel/binutils-2.11.90.0.31 *=sys-devel/gcc-2.95.3-r5 *~sys-libs/glibc-2.2.4 >=sys-apps/sysklogd-1.4.1 diff --git a/profiles/package.mask b/profiles/package.mask index 5de96e61003a..606d0a17f80f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,8 +1,5 @@ -#drobbins, 12/22/01. Testing new glibc without pkg_postinst/preinst hackery. -=sys-libs/glibc-2.2.4-r8 - -#still playing with XFS, low latency patches (12/14/2001 - drobbins) -#=sys-kernel/linux-sources-2.4.16-r1 +#glibc-2.2.4-r8 is working, it seems. No longer a need to unmask it. +#(12/22/01 - drobbins) #incomplete and very dangerous < Danarmak > >=app-office/openoffice-641b diff --git a/sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild b/sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild index 07d598e8b273..12c3d1d21c17 100644 --- a/sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild +++ b/sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild,v 1.4 2001/12/15 16:16:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.16-r1.ebuild,v 1.5 2001/12/23 03:47:57 drobbins Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -38,7 +38,8 @@ HOMEPAGE="http://www.kernel.org/ http://www.namesys.com http://www.sistina.com/l if [ $PN = "linux-sources" ] && [ -z "`use build`" ] then #console-tools is needed to solve the loadkeys fiasco. - DEPEND="sys-apps/console-tools >=sys-apps/modutils-2.4.2 sys-devel/perl" + #binutils version needed to avoid Athlon/PIII/SSE assembler bugs. + DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/console-tools >=sys-apps/modutils-2.4.2 sys-devel/perl" RDEPEND=">=sys-libs/ncurses-5.2" fi |