summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-08-26 15:55:48 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-08-26 15:55:48 +0000
commit18978329ef25150baef492021f9eda04495027d8 (patch)
tree21184fe5e98c06149ce651a348f52de4de67f5b9 /eclass
parentadded net-snmp:minimal (diff)
downloadhistorical-18978329ef25150baef492021f9eda04495027d8.tar.gz
historical-18978329ef25150baef492021f9eda04495027d8.tar.bz2
historical-18978329ef25150baef492021f9eda04495027d8.zip
make it a little smarter yet
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index e59d144b806c..eeb9a626a8b6 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.102 2004/08/18 18:07:14 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.103 2004/08/26 15:55:48 caleb Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -88,7 +88,7 @@ kde_src_compile() {
else
myconf="$myconf --disable-debug --without-debug"
fi
- [ "$KDEMINORVER" -ne 2 ] && myconf="$myconf `use_with arts`"
+ [ -n "$KDEBASE" -a "$KDEMINORVER" -ge 3 ] && myconf="$myconf $(use_with arts)"
debug-print "$FUNCNAME: myconf: set to ${myconf}"
;;
configure)