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 | 63b1537db113ae31635be394f1b5795ba68e49da (patch) | |
tree | 5dcf55240066db339064c848767c5290d4a1ff49 /eclass | |
parent | minimal USE flag added to net-snmp to yield a smaller net-snmp package. bug #... (diff) | |
download | gentoo-2-63b1537db113ae31635be394f1b5795ba68e49da.tar.gz gentoo-2-63b1537db113ae31635be394f1b5795ba68e49da.tar.bz2 gentoo-2-63b1537db113ae31635be394f1b5795ba68e49da.zip |
a little smarter fix
Diffstat (limited to '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}" ;; |