Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 236142 - app-text/poppler-bindings-0.8.6: relax dependencies
Summary: app-text/poppler-bindings-0.8.6: relax dependencies
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Low minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 19:45 UTC by Fabio Correa
Modified: 2009-08-01 13:39 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 Fabio Correa 2008-08-29 19:45:33 UTC
Hello, poppler-bindings depends on qt-4.3*; however, I was able to compile and use it on qt-4.4. The proposed patch relaxes dependencies on the :4 and :3 slots of qt.

--- poppler-bindings-0.8.6.ebuild       2008-08-29 14:16:11.000000000 -0500
+++ poppler-bindings-0.8.6-r1.ebuild    2008-08-29 14:17:01.000000000 -0500
@@ -31,11 +31,11 @@
                >=x11-libs/gtk+-2.8
                >=gnome-base/libglade-2
        )
-       qt3? ( =x11-libs/qt-3* )
+       qt3? ( x11-libs/qt:3 )
        qt4? ( || ( ( x11-libs/qt-core:4
                        x11-libs/qt-gui:4
                        x11-libs/qt-test:4 )
-               =x11-libs/qt-4.3*:4 ) )"
+               x11-libs/qt:4 ) )"
 DEPEND="${RDEPEND}

dev-util/pkgconfig"
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-08-29 21:59:44 UTC
The dependency has purposefully changed not to include the qt 4.4 meta ebuild. Ther split ebuilds are perfectly fine.