summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-07-23 17:00:06 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-07-23 17:00:06 +0000
commitd0fda77de7b21e764f8544d88c7e7af334c98e21 (patch)
treec1366c528bcdac7d0828382252676fefbc2d55d0 /eclass/kde.eclass
parentAdded to macos. This closes bug #58073 (Manifest recommit) (diff)
downloadgentoo-2-d0fda77de7b21e764f8544d88c7e7af334c98e21.tar.gz
gentoo-2-d0fda77de7b21e764f8544d88c7e7af334c98e21.tar.bz2
gentoo-2-d0fda77de7b21e764f8544d88c7e7af334c98e21.zip
try out optional arts compilation
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r--eclass/kde.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 0fbc6f6a45fb..09e79d0250e2 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.98 2004/06/25 00:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.99 2004/07/23 17:00:06 caleb Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -12,7 +12,7 @@ ECLASS=kde
INHERITED="$INHERITED $ECLASS"
DESCRIPTION="Based on the $ECLASS eclass"
HOMEPAGE="http://www.kde.org/"
-IUSE="${IUSE} debug"
+IUSE="${IUSE} debug arts"
DEPEND=">=sys-devel/automake-1.7.0
sys-devel/autoconf
@@ -88,6 +88,7 @@ kde_src_compile() {
else
myconf="$myconf --disable-debug --without-debug"
fi
+ myconf="$myconf `use_with arts`
debug-print "$FUNCNAME: myconf: set to ${myconf}"
;;
configure)