Summary: | python-r1.eclass - needs a function to retrieve a list of enabled python targets | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Matthew Schultz <mattsch> |
Component: | Eclasses | Assignee: | Michał Górny <mgorny> |
Status: | RESOLVED INVALID | ||
Severity: | enhancement | CC: | hasufell, python |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | python-r1.eclass.patch |
Description
Matthew Schultz
2012-12-31 18:41:29 UTC
Created attachment 333882 [details, diff]
python-r1.eclass.patch
Patch to add get use implementation function.
Also note that ruby-ng eclass has a similar function as well which I also use in an ebuild (bug 373227). (In reply to comment #1) > Created attachment 333882 [details, diff] [details, diff] > python-r1.eclass.patch > > Patch to add get use implementation function. I don't get what this gives you. What is wrong with putting the conditional into the function you're calling? As it turns out, I was able to use python_foreach_impl after all. |