Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533870 - New repoman check: warn about 'python_targets_pythonX_Y?' direct use when python*-r1 is used
Summary: New repoman check: warn about 'python_targets_pythonX_Y?' direct use when pyt...
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-28 23:03 UTC by Michał Górny
Modified: 2022-07-12 03:18 UTC (History)
0 users

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-12-28 23:03:33 UTC
When the eclass implicitly adds implementation flags to IUSE, the dependencies basd on them should use python_gen_cond_dep() function rather than be inlined. This guarantees that once the support for a particular implementation is removed, the ebuild isn't left with stray USE references.

We would use a repoman check for that ;).
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-12 03:18:16 UTC
repoman support has been removed per bug 835013.

Please file a new bug (or, I suppose, reopen this one) if you feel this check is still applicable to pkgcheck and doesn't already exist.