diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-08-26 15:55:48 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-08-26 15:55:48 +0000 |
commit | 471ff89504596662f29d5a7149708cd98a9d00ac (patch) | |
tree | 8d5ce175839adb38405344588bc9ca84dff2dc74 /eclass/kde.eclass | |
parent | added net-snmp:minimal (diff) | |
download | gentoo-2-471ff89504596662f29d5a7149708cd98a9d00ac.tar.gz gentoo-2-471ff89504596662f29d5a7149708cd98a9d00ac.tar.bz2 gentoo-2-471ff89504596662f29d5a7149708cd98a9d00ac.zip |
make it a little smarter yet
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r-- | eclass/kde.eclass | 4 |
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) |