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
commitade99016adc38bc85a49078ca14b704f42d8a962 (patch)
tree2d6186510149a09d315bc164b0d4a9fe9660698e /net-misc/ksambaplugin
parentupdate HOMEPAGE (diff)
downloadgentoo-2-ade99016adc38bc85a49078ca14b704f42d8a962.tar.gz
gentoo-2-ade99016adc38bc85a49078ca14b704f42d8a962.tar.bz2
gentoo-2-ade99016adc38bc85a49078ca14b704f42d8a962.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"