Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 449460

Summary: dev-python/docutils-0.10 has redundant glep use flag
Product: Gentoo Linux Reporter: Derk W te Bokkel <derk.tebokkel>
Component: [OLD] DevelopmentAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.