summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Bevin <gbevin@gentoo.org>2002-01-15 00:32:54 +0000
committerGeert Bevin <gbevin@gentoo.org>2002-01-15 00:32:54 +0000
commite95b4a2936dffb36c95ab13a082aae171f81233e (patch)
tree79618d59514c6e1491dc0deef45c952167641383 /kde-base
parentwas missing (diff)
downloadhistorical-e95b4a2936dffb36c95ab13a082aae171f81233e.tar.gz
historical-e95b4a2936dffb36c95ab13a082aae171f81233e.tar.bz2
historical-e95b4a2936dffb36c95ab13a082aae171f81233e.zip
Integrated the new tcl-tk scheme. This hasn't been tested much, so people
using these applications, please try it out. I've done this to advance the new scheme and start the testing of it. It's a good thing that tcl and tk are seperated, and the earlier the better.
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdemultimedia/kdemultimedia-2.2.2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/kde-base/kdemultimedia/kdemultimedia-2.2.2.ebuild b/kde-base/kdemultimedia/kdemultimedia-2.2.2.ebuild
index e042c227ebb1..62dab69f85c4 100644
--- a/kde-base/kdemultimedia/kdemultimedia-2.2.2.ebuild
+++ b/kde-base/kdemultimedia/kdemultimedia-2.2.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-2.2.2.ebuild,v 1.6 2002/01/04 16:02:03 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-2.2.2.ebuild,v 1.7 2002/01/15 00:32:54 gbevin Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-dist || die
@@ -17,7 +17,6 @@ newdepend ">=sys-libs/ncurses-5.2
motif? ( >=x11-libs/openmotif-2.1.30 )
gtk? ( >=x11-libs/gtk+-1.2.10-r4 )
slang? ( >=sys-libs/slang-1.4.4 )"
-# tcltk? ( =dev-lang/tcl-tk.8.0.5-r2 )
src_unpack() {
@@ -40,7 +39,7 @@ src_compile() {
use motif && myinterface="$myinterface,motif"
use gtk && myinterface="$myinterface,gtk"
use slang && myinterface="$myinterface,slang"
-# tcl tk does not work: use tcltk && myinterface="$myinterface,tcltk"
+# tcl tk does not work
myconf="$myconf $myaudio $myinterface"