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

Bug 387099

Summary: dev-python/python-poppler-0.12.1: funky poppler[cairo] deps ?
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: rafaelmartins
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 349955    
Bug Blocks:    

Description SpanKY gentoo-dev 2011-10-14 06:10:09 UTC
python-poppler-0.12.1.ebuild says:
RDEPEND="( >=app-text/poppler-0.12.3-r3[cairo] <app-text/poppler-0.16.0[cairo] )

pretty sure you want "||" in there
Comment 1 Sebastian Luther (few) 2011-10-14 10:35:57 UTC
And you want to reverse the order.

<app-text/poppler-0.16.0[cairo] will select a version that satisfies >=app-text/poppler-0.12.3-r3[cairo] too (if possible at all), while the reverse isn't true.
Comment 2 Rafael Martins (RETIRED) gentoo-dev 2011-10-15 04:27:49 UTC
@vapier

feel free to fix it, if you can.
Comment 3 SpanKY gentoo-dev 2011-11-20 06:50:31 UTC
looks like the 0.12.1 upgrade fixed things