Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 520278 - >=sys-libs/talloc-2.0.8-r1 - missing python? in REQUIRED_USE
Summary: >=sys-libs/talloc-2.0.8-r1 - missing python? in REQUIRED_USE
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-19 20:05 UTC by Andrew Church
Modified: 2014-08-19 20:11 UTC (History)
0 users

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


Attachments
talloc-2.1.1.ebuild.patch (talloc-2.1.1.ebuild.patch,483 bytes, patch)
2014-08-19 20:05 UTC, Andrew Church
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Church 2014-08-19 20:05:12 UTC
Created attachment 383150 [details, diff]
talloc-2.1.1.ebuild.patch

All versions of sys-libs/talloc since 2.0.8-r1 include the line:

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

even though python is included in IUSE and therefore optional.  This should presumably be corrected to:

REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

Patch attached to do exactly that.
Comment 1 Andrew Church 2014-08-19 20:11:29 UTC
Apparently Python is required for the build so Python isn't truly optional.

This is a bit confusing if one has never encountered it before.  I'll open a new bug if I can see a way to improve it.