summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-19 22:19:45 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-19 22:19:45 +0000
commit093d0637fec426541a0e32611e8e4affba5a7359 (patch)
tree70510ace85841d7a501a108ffbc7e14748c72543 /net-misc/ksambaplugin
parentupdate HOMEPAGE (diff)
downloadhistorical-093d0637fec426541a0e32611e8e4affba5a7359.tar.gz
historical-093d0637fec426541a0e32611e8e4affba5a7359.tar.bz2
historical-093d0637fec426541a0e32611e8e4affba5a7359.zip
conf fix #26791
Diffstat (limited to 'net-misc/ksambaplugin')
-rw-r--r--net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild b/net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild
index 1cdf54534fce..aa83a9700d1e 100644
--- a/net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild
+++ b/net-misc/ksambaplugin/ksambaplugin-0.4.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-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild,v 1.2 2003/08/03 03:56:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ksambaplugin/ksambaplugin-0.4.2.ebuild,v 1.3 2003/08/19 22:19:45 vapier Exp $
inherit kde-base
need-kde 3
@@ -16,4 +16,5 @@ IUSE="debug"
newdepend ">=kde-base/kdebase-3"
RDEPEND="${RDEPEND} >=net-fs/samba-2.2.7"
-myconf="$myconf --enable-sso `use_enable debug debugging` `use_enable debug profiling`"
+use debug && myconf="$myconf --enable-debugging --enable-porfiling"
+myconf="$myconf --enable-sso"