diff options
author | 2004-08-18 18:07:14 +0000 | |
---|---|---|
committer | 2004-08-18 18:07:14 +0000 | |
commit | af79eff90ec566f41ee867a2239a0bbb370a6563 (patch) | |
tree | 31e21f8f651b93fb0ef7ba81bcfca86726ecfc53 /eclass/kde.eclass | |
parent | repoman: Trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-af79eff90ec566f41ee867a2239a0bbb370a6563.tar.gz gentoo-2-af79eff90ec566f41ee867a2239a0bbb370a6563.tar.bz2 gentoo-2-af79eff90ec566f41ee867a2239a0bbb370a6563.zip |
Change the arts use dep a little bit
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 f050a4a1df49..e59d144b806c 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.101 2004/07/27 15:52:25 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.102 2004/08/18 18:07:14 caleb Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -88,7 +88,7 @@ kde_src_compile() { else myconf="$myconf --disable-debug --without-debug" fi - [ "$KDEMINORVER" -ge 3 ] && myconf="$myconf `use_with arts`" + [ "$KDEMINORVER" -ne 2 ] && myconf="$myconf `use_with arts`" debug-print "$FUNCNAME: myconf: set to ${myconf}" ;; configure) |