[rkward-tracker] [ rkward-Bugs-1508255 ] ebuild unneccessarily depends on arts

SourceForge.net noreply at sourceforge.net
Sun Jun 18 19:34:34 UTC 2006


Bugs item #1508255, was opened at 2006-06-18 21:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=1508255&group_id=50231

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Colin Kiegel (colinkiegel)
Assigned to: Nobody/Anonymous (nobody)
Summary: ebuild unneccessarily depends on arts

Initial Comment:
I changed the ebuild you provide. It will now compile
without arts support if the arts useflag is unset.

Please consider the changes I made:


+IUSE="arts"

DEPEND="...
+	arts? ( kde-base/arts
+	        || ( kde-base/kdemultimedia-arts
kde-base/kdemultimedia ) )"

...

src_compile() {
    ...
-    econf || die "econf failed"
+    econf $(use_with arts) || die "econf failed"
    ...
}

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=1508255&group_id=50231




More information about the rkward-tracker mailing list