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