Bug 138391 - dbus-0.62 with qt4 use flag has wrong RDEPEND
Bug#: 138391 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gentopia@gentoo.org Reported By: r.m.graham@gmail.com
Component: Ebuilds
URL: 
Summary: dbus-0.62 with qt4 use flag has wrong RDEPEND
Keywords:  
Status Whiteboard: 
Opened: 2006-06-28 13:26 0000
Description:   Opened: 2006-06-28 13:26 0000
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 From Doug Goldstein 2006-06-30 07:13:47 0000 -------
Fixed

------- Comment #2 From Jakub Moc (RETIRED) 2006-07-02 11:26:10 0000 -------
*** Bug 138892 has been marked as a duplicate of this bug. ***

------- Comment #3 From Michael Leuchtenburg 2006-11-12 08:18:32 0000 -------
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.