summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/qtella/qtella-0.6.2.ebuild')
-rw-r--r--net-p2p/qtella/qtella-0.6.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qtella/qtella-0.6.2.ebuild b/net-p2p/qtella/qtella-0.6.2.ebuild
index 80e7014c447d..65441f0487b6 100644
--- a/net-p2p/qtella/qtella-0.6.2.ebuild
+++ b/net-p2p/qtella/qtella-0.6.2.ebuild
@@ -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/net-p2p/qtella/qtella-0.6.2.ebuild,v 1.3 2003/09/08 07:03:03 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.6.2.ebuild,v 1.4 2003/09/08 08:58:42 lanius Exp $
inherit kde-base
IUSE="kde"
@@ -19,7 +19,7 @@ export MAKEOPTS="$MAKEOPTS -j1"
#PATCHES="${FILESDIR}/${P}-nokde.diff"
src_compile() {
- kde_src_compile myconf
+ kde_src_compile myconf
use kde || myconf="$myconf --with-kde=no"
kde_src_compile configure make
}