Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504830 - sys-devel/gdb-7.7-r1[-python]: python-single-r1 usage should be behind USE=python
Summary: sys-devel/gdb-7.7-r1[-python]: python-single-r1 usage should be behind USE=py...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-16 20:03 UTC by Jonathan Callen (RETIRED)
Modified: 2014-03-18 01:05 UTC (History)
1 user (show)

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


Attachments
Patch for gdb-7.7-r1.ebuild (file_504830.txt,505 bytes, patch)
2014-03-16 20:03 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 2014-03-16 20:03:46 UTC
Created attachment 372826 [details, diff]
Patch for gdb-7.7-r1.ebuild

When attempting to build sys-devel/gdb with USE=-python PYTHON_TARGETS="" PYTHON_SINGLE_TARGET="", the build fails because 1) the ebuild calls python-single-r1_pkg_setup unconditionally, and 2) the ebuild does not set REQUIRED_USE properly.  The attached patch fixes both of these issues.
Comment 1 SpanKY gentoo-dev 2014-03-18 01:05:04 UTC
should be all set now in the tree; thanks for the report!

Commit message: Fix USE=-python handling
http://sources.gentoo.org/sys-devel/gdb/gdb-7.7-r1.ebuild?r1=1.1&r2=1.2
http://sources.gentoo.org/sys-devel/gdb/gdb-9999.ebuild?r1=1.25&r2=1.26