Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387099 - dev-python/python-poppler-0.12.1: funky poppler[cairo] deps ?
Summary: dev-python/python-poppler-0.12.1: funky poppler[cairo] deps ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on: 349955
Blocks:
  Show dependency tree
 
Reported: 2011-10-14 06:10 UTC by SpanKY
Modified: 2011-11-20 06:50 UTC (History)
1 user (show)

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 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