Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107375 - dev-perl/PDL - use flag for bad value handling
Summary: dev-perl/PDL - use flag for bad value handling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-27 03:57 UTC by nickc
Modified: 2006-01-16 12:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Example patch (t,519 bytes, patch)
2005-09-27 04:07 UTC, nickc
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nickc 2005-09-27 03:57:35 UTC
Similar to the handling in the PDL ebuild of the opengl USE flag, I would like
to request an additional local "badvalue" use flag to activate the PDL
WITH_BADVAL option.

Reproducible: Always
Steps to Reproduce:
Comment 1 nickc 2005-09-27 04:07:15 UTC
Created attachment 69329 [details, diff]
Example patch

This patch shows the sort of thing I'd like - only it interacts badly with the
opengl code just above.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-11-09 09:11:01 UTC
Mass re-assign.
Comment 3 Michael Cummings (RETIRED) gentoo-dev 2006-01-16 12:57:32 UTC
badval support added. had to diverge from your patch because as written, this would have wiped out opengl support (since you were editing the filesdir version of the file and replacing the ${S} version) - instead i in place edit the one in ${S} so if you added opengl support you should still have it. otherwise, all set :)