Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138391 - dbus-0.62 with qt4 use flag has wrong RDEPEND
Summary: dbus-0.62 with qt4 use flag has wrong RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Project Gentopia
URL:
Whiteboard:
Keywords:
: 138892 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-28 13:26 UTC by Ryan Graham
Modified: 2006-11-12 08:18 UTC (History)
2 users (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 Ryan Graham 2006-06-28 13:26:56 UTC
DBUS 0.62 has support for Qt4 bindings. The ebuild has the dependency for 4.1.0+, but the package looks for 4.1.3+.

--- /usr/portage/sys-apps/dbus/dbus-0.62.ebuild 2006-06-26 20:40:49.000000000 -0700
+++ /home/rgraham/dbus-0.62.ebuild      2006-06-28 13:24:19.000000000 -0700
@@ -19,7 +19,7 @@
        mono? ( >=dev-lang/mono-0.95 )
        python? ( >=dev-lang/python-2.4 >=dev-python/pyrex-0.9.3-r2 )
        qt3? ( $(qt_min_version 3.3) )
-       qt4? ( >=x11-libs/qt-4.1.0 )
+       qt4? ( >=x11-libs/qt-4.1.3 )
        selinux? ( sys-libs/libselinux )
        >=dev-libs/libxml2-2.6.21"
        # expat code now sucks.. libxml2 is the default
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2006-06-30 07:13:47 UTC
Fixed
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-07-02 11:26:10 UTC
*** Bug 138892 has been marked as a duplicate of this bug. ***
Comment 3 Michael Leuchtenburg 2006-11-12 08:18:32 UTC
This is broken again; the depend has been changed to qt-4.1*, which erroneously allows dbus to try building against 4.1.2. This bug should be reopened, or the ebuild fixed.

This is with the dbus-0.62-r1 ebuild.