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 packages | Assignee: | 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
Created attachment 138733 [details, diff]
Fix unusable "minimal" USE flag in itpp-4.0.0.ebuild
Why did you rename myconf? Completely unneeded, just add ${myconf} to econf arguments and leave the rest as is... (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. Thanks for pointing this out, Adam; I just fixed this in the itpp-4.0.1 ebuild. cheers, Markus |