Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449460 - dev-python/docutils-0.10 has redundant glep use flag
Summary: dev-python/docutils-0.10 has redundant glep use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-31 14:16 UTC by Derk W te Bokkel
Modified: 2013-01-02 19:59 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 Derk W te Bokkel 2012-12-31 14:16:14 UTC

    
Comment 1 Derk W te Bokkel 2012-12-31 14:19:04 UTC
build has docutils-glep as an RDEPEND without an option .. thus required so glep IUSE="glep" is redundant


fragment from build


IUSE="glep"

DEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
	dev-python/docutils-glep[${PYTHON_USEDEP}]"
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-12-31 15:50:31 UTC
This is intended to be a backwards compatibility option. I'm going to remove it in a future version, when people already notice the new package being pulled in.

@Python, feel free to reopen if you disagree.
Comment 3 Arfrever Frehtes Taifersar Arahesis 2013-01-02 15:45:11 UTC
<dev-python/docutils-0.10::gentoo was installing GLEP tools only with USE="glep".

In dev-python/docutils-0.10::gentoo, dependency on dev-python/docutils-glep should be at least conditional on USE="glep".

(No reverse dependencies in gentoo-x86 depend on dev-python/docutils[glep] anyway.)
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-02 19:59:12 UTC
Ah, sorry, you could have told me straight that I forgot to add the conditional ;).

Fixed now.