diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-08-26 15:57:31 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-08-26 15:57:31 +0000 |
commit | 795d2dc45f9fdc507ae345072c2d9c49cded4df6 (patch) | |
tree | dcab59128c8bc176f131f566b37793acc904c4a9 /eclass/kde.eclass | |
parent | minimal USE flag added to net-snmp to yield a smaller net-snmp package. bug #... (diff) | |
download | historical-795d2dc45f9fdc507ae345072c2d9c49cded4df6.tar.gz historical-795d2dc45f9fdc507ae345072c2d9c49cded4df6.tar.bz2 historical-795d2dc45f9fdc507ae345072c2d9c49cded4df6.zip |
a little smarter fix
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r-- | eclass/kde.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass index eeb9a626a8b6..13f34b03691e 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.103 2004/08/26 15:55:48 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.104 2004/08/26 15:57:31 caleb Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -88,6 +88,7 @@ kde_src_compile() { else myconf="$myconf --disable-debug --without-debug" fi + [ -z "$KDEBASE" ] && myconf="$myconf $(use_with arts)" [ -n "$KDEBASE" -a "$KDEMINORVER" -ge 3 ] && myconf="$myconf $(use_with arts)" debug-print "$FUNCNAME: myconf: set to ${myconf}" ;; |