diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-03-12 22:31:53 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-03-12 22:31:53 +0000 |
commit | 8a4ffd820804bd4c6b5c96c93de8ddb6e649d7e2 (patch) | |
tree | 23253dff9aaebceb3975ad5c03d9804c0eaa4c8d /sys-kernel/linux-sources | |
parent | Unmasking the 2.2 kernel source and headers. (diff) | |
download | historical-8a4ffd820804bd4c6b5c96c93de8ddb6e649d7e2.tar.gz historical-8a4ffd820804bd4c6b5c96c93de8ddb6e649d7e2.tar.bz2 historical-8a4ffd820804bd4c6b5c96c93de8ddb6e649d7e2.zip |
Added baselayout dep to the 2.2 kernels.
Diffstat (limited to 'sys-kernel/linux-sources')
-rw-r--r-- | sys-kernel/linux-sources/linux-sources-2.2.20.ebuild | 4 | ||||
-rw-r--r-- | sys-kernel/linux-sources/linux-sources-2.2.21_pre3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-kernel/linux-sources/linux-sources-2.2.20.ebuild b/sys-kernel/linux-sources/linux-sources-2.2.20.ebuild index e8d7c9a93750..a0235bb59e4b 100644 --- a/sys-kernel/linux-sources/linux-sources-2.2.20.ebuild +++ b/sys-kernel/linux-sources/linux-sources-2.2.20.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 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.2.20.ebuild,v 1.1 2002/02/28 18:05:57 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.2.20.ebuild,v 1.2 2002/03/12 22:31:53 g2boojum Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -39,7 +39,7 @@ then #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" + RDEPEND=">=sys-libs/ncurses-5.2 >=sys-apps/baselayout-1.7.4" fi [ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" diff --git a/sys-kernel/linux-sources/linux-sources-2.2.21_pre3.ebuild b/sys-kernel/linux-sources/linux-sources-2.2.21_pre3.ebuild index fb8045302fac..33ce5d0cddd5 100644 --- a/sys-kernel/linux-sources/linux-sources-2.2.21_pre3.ebuild +++ b/sys-kernel/linux-sources/linux-sources-2.2.21_pre3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 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.2.21_pre3.ebuild,v 1.1 2002/02/28 18:05:57 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.2.21_pre3.ebuild,v 1.2 2002/03/12 22:31:53 g2boojum Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -42,7 +42,7 @@ then #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" + RDEPEND=">=sys-libs/ncurses-5.2 >=sys-apps/baselayout-1.7.4" fi [ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" |