Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477550 - dev-libs/libnl-3.2.22-r2: Incorrect dep on python with USE=-python
Summary: dev-libs/libnl-3.2.22-r2: Incorrect dep on python with USE=-python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-21 05:04 UTC by Jonathan Callen (RETIRED)
Modified: 2013-07-21 12:41 UTC (History)
0 users

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


Attachments
libnl-3.2.22-r2.ebuild.patch (file_477550.txt,1.01 KB, patch)
2013-07-21 05:04 UTC, Jonathan Callen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Callen (RETIRED) gentoo-dev 2013-07-21 05:04:49 UTC
Created attachment 353752 [details, diff]
libnl-3.2.22-r2.ebuild.patch

When the use of distutils-r1.eclass is behind a USE flag, as in dev-libs/libnl-3.2.22-r2, DISTUTILS_OPTIONAL=1 must be set prior to inheriting the eclass.  Attached is a patch to do so and to include the proper deps behind the python USE flag.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-21 12:41:49 UTC
That looks right. Thanks for the patch.