Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477472 - python-r1 eclasses do not support empty PYTHON_TARGETS
Summary: python-r1 eclasses do not support empty PYTHON_TARGETS
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-20 08:49 UTC by Julian Ospald
Modified: 2013-07-20 08:59 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2013-07-20 08:49:22 UTC
In many cases there is an ebuild which has optional python support and all function calls and dependencies depend on a useflag such as "python".

However, the user will still have to enable PYTHON_TARGETS. That
a) does not make sense
b) complicates obscure setups with USE="-*"
Comment 1 Julian Ospald 2013-07-20 08:59:27 UTC
it seems this is caused by incorrect eclass usage and not by the eclass design