[rkward-tracker] [ rkward-Patches-1508255 ] ebuild unneccessarily depends on arts
SourceForge.net
noreply at sourceforge.net
Sun Jun 18 20:22:29 UTC 2006
Patches item #1508255, was opened at 2006-06-18 21:34
Message generated for change (Comment added) made by tfry
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=459009&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"
...
}
----------------------------------------------------------------------
>Comment By: Thomas Friedrichsmeier (tfry)
Date: 2006-06-18 22:22
Message:
Logged In: YES
user_id=300591
Hi,
thanks for your report / patch. This sounds entirely
reasonable. Unfortunately I do not have a gentoo system to
test with, the ebuild was contributed. I'll make sure to
forward your suggestion to the two people who have worked
on the ebuild so far, and probably they will incorporate
it before the next release.
Leaving this item open (moved to patches) until it has
been tested/applied.
P.S.: Many thanks for your donation!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=459009&aid=1508255&group_id=50231
More information about the rkward-tracker
mailing list