Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 635122 - net-libs/libsignon-glib-1.13-r1 incorrect REQUIRED_USE
Summary: net-libs/libsignon-glib-1.13-r1 incorrect REQUIRED_USE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-22 22:59 UTC by Alex Turbov
Modified: 2017-10-28 20:57 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 Alex Turbov 2017-10-22 22:59:44 UTC
The current version uses `REQUIRED_USE="${PYTHON_REQUIRED_USE} python? ( introspection )"`, meaning that it'll check at least one Python implementation has been enabled even if `python` USE flag is not enabled!

The correct way is to use `REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"`

Reproducible: Always
Comment 1 Andreas Sturmlechner gentoo-dev 2017-10-28 20:57:26 UTC
Thanks for your report, fixed in git commit 7882e73b161e091c098dcd2dbf8071df48020930