summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-07-23 18:03:31 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-07-23 18:03:31 +0000
commit800e51ba31c4c7212b6aa7f3627a0f7a867d86a0 (patch)
treeea55f88a3416116533a38793b7c52ed0ad3e4040 /eclass
parentBump for Apache-1.3.28 (diff)
downloadgentoo-2-800e51ba31c4c7212b6aa7f3627a0f7a867d86a0.tar.gz
gentoo-2-800e51ba31c4c7212b6aa7f3627a0f7a867d86a0.tar.bz2
gentoo-2-800e51ba31c4c7212b6aa7f3627a0f7a867d86a0.zip
Some people won't like this, but we kernel folk feel that until nested use is supported X shouldn't be pulled by kernel ebuilds
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kernel.eclass10
1 files changed, 6 insertions, 4 deletions
diff --git a/eclass/kernel.eclass b/eclass/kernel.eclass
index c1b075e50a02..a04cfe437b4a 100644
--- a/eclass/kernel.eclass
+++ b/eclass/kernel.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.29 2003/07/16 17:40:05 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.30 2003/07/23 18:03:31 lostlogic Exp $
#
# This eclass contains the common functions to be used by all lostlogic
# based kernel ebuilds
@@ -27,15 +27,17 @@ then
#console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
DEPEND="!build? ( sys-apps/sed
>=sys-devel/binutils-2.11.90.0.31 )
- doc? ( app-text/docbook-sgml-utils
- media-gfx/transfig )
app-admin/addpatches"
+# This causes kernels to pull X when they really shouldn't
+# doc? ( app-text/docbook-sgml-utils
+# media-gfx/transfig )
RDEPEND="${DEPEND}
!build? ( >=sys-libs/ncurses-5.2
- tcltk? dev-lang/tk
dev-lang/perl
virtual/modutils
sys-devel/make )"
+# This also causes kernels to pull X when it shouldn't...
+# tcltk? dev-lang/tk
PROVIDE="virtual/linux-sources"
elif [ "${ETYPE}" = "headers" ]