Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 202578

Summary: sci-libs/itpp-4.0.0 - USE=minimal has no effect on buidling process
Product: Gentoo Linux Reporter: Adam Piątyszek <ediap>
Component: New packagesAssignee: Markus Dittrich (RETIRED) <markusle>
Status: RESOLVED FIXED    
Severity: normal CC: sci
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Fix unusable "minimal" USE flag in itpp-4.0.0.ebuild

Description Adam Piątyszek 2007-12-17 14:02:17 UTC
Hi!

Another bug in itpp-4.0.0.ebuild is that the "minimal" use flag has no effect on configure arguments. The attached patch fixes this problem.

BR,
/Adam
Comment 1 Adam Piątyszek 2007-12-17 14:03:02 UTC
Created attachment 138733 [details, diff]
Fix unusable "minimal" USE flag in itpp-4.0.0.ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-12-17 14:45:53 UTC
Why did you rename myconf? Completely unneeded, just add ${myconf} to econf arguments and leave the rest as is...
Comment 3 Adam Piątyszek 2007-12-17 21:14:40 UTC
(In reply to comment #2)
> Why did you rename myconf? Completely unneeded, just add ${myconf} to econf
> arguments and leave the rest as is...

I renamed it to minimal_conf, to make sure that it is appended to configure command without double quotation around ${minimal_conf}, independently of other possible myconf switches.
With double quotes, i.e. "${minimal_conf}", the configure command fails.

But if you wish to have it as myconf, I don't mind your choice.
Comment 4 Markus Dittrich (RETIRED) gentoo-dev 2007-12-18 11:30:59 UTC
Thanks for pointing this out, Adam; I just fixed this
in the itpp-4.0.1 ebuild.

cheers,
Markus