summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-06-26 22:07:43 +0000
committerMike Frysinger <vapier@gentoo.org>2003-06-26 22:07:43 +0000
commit74d7ae061f25ac8b92fb60e0b7d4a72a5d0f6e83 (patch)
treea9a86a0231bfa4d7d3378d9439004cf32168abfb /eclass/kernel.eclass
parentexpand xfsdump stuff a bit (diff)
downloadgentoo-2-74d7ae061f25ac8b92fb60e0b7d4a72a5d0f6e83.tar.gz
gentoo-2-74d7ae061f25ac8b92fb60e0b7d4a72a5d0f6e83.tar.bz2
gentoo-2-74d7ae061f25ac8b92fb60e0b7d4a72a5d0f6e83.zip
add tcltk to IUSE #23532
Diffstat (limited to 'eclass/kernel.eclass')
-rw-r--r--eclass/kernel.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel.eclass b/eclass/kernel.eclass
index a0d06f159998..a3e6397b0120 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.27 2003/06/24 22:42:42 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.28 2003/06/26 22:07:43 vapier Exp $
#
# This eclass contains the common functions to be used by all lostlogic
# based kernel ebuilds
@@ -18,7 +18,7 @@ KV=${OKV}${EXTRAVERSION}
S=${WORKDIR}/linux-${KV}
HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/"
LICENSE="GPL-2"
-IUSE="${IUSE} doc"
+IUSE="${IUSE} doc tcltk"
if [ "${ETYPE}" = "sources" ]
then
#console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.