diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-07-23 17:00:06 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-07-23 17:00:06 +0000 |
commit | ce17a2873e5ea7f2a0c128c812dd1a455c67c6eb (patch) | |
tree | 4104f80d3d853f6430c68cc48d0e3cb311cf3899 /eclass/kde.eclass | |
parent | Added to macos. This closes bug #58073 (diff) | |
download | historical-ce17a2873e5ea7f2a0c128c812dd1a455c67c6eb.tar.gz historical-ce17a2873e5ea7f2a0c128c812dd1a455c67c6eb.tar.bz2 historical-ce17a2873e5ea7f2a0c128c812dd1a455c67c6eb.zip |
try out optional arts compilation
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r-- | eclass/kde.eclass | 5 |
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) |