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

Bug 569164

Summary: pyxattr-0.5.3 with USE=doc wants to downgrade from sphinx-1.3.1-r1 to sphinx-1.2.2
Product: Gentoo Linux Reporter: Mark Finnegan <mark.k.finnegan>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: hydrapolic
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mark Finnegan 2015-12-22 13:40:30 UTC
# USE="doc" emerge -pv =dev-python/pyxattr-0.5.3

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     UD ] dev-python/sphinx-1.2.2::gentoo [1.3.1-r1::gentoo] USE="doc -latex {-test}" PYTHON_TARGETS="python2_7 python3_4 (-pypy) -python3_3 (-python3_5%)" 0 KiB
[ebuild   R    ] dev-python/pyxattr-0.5.3::gentoo  USE="doc* {-test}" PYTHON_TARGETS="python2_7 python3_4 (-pypy) -python3_3" 0 KiB

Total: 2 packages (1 downgrade, 1 reinstall), Size of downloads: 0 KiB


#####
this turned out to be what was behind:

dev-python/sphinx:0

  (dev-python/sphinx-1.3.1-r1:0/0::gentoo, ebuild scheduled for merge) conflicts with
    <dev-python/sphinx-1.3[python_targets_python2_7(-),python_targets_python3_4(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] required by (dev-python/pyxattr-0.5.3:0/0::gentoo, ebuild scheduled for merge)
    ^                  ^^^
Comment 1 Tomáš Mózes 2015-12-22 20:14:34 UTC
The ebuild has:
doc? ( <dev-python/sphinx-1.3[${PYTHON_USEDEP}] )

Try to copy the the ebuild to your overlay and try with newer sphinx, if it works ok, please reopen and we can modify the ebuild. Thanks.