Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480414 - dev-libs/libdbusmenu-qt should depend on dev-qt/qtdbus
Summary: dev-libs/libdbusmenu-qt should depend on dev-qt/qtdbus
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ayatana Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-09 18:31 UTC by James Ausmus
Modified: 2013-08-14 12:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
add qtdbus RDEPEND (add_qtdbus_RDEPEND.patch,326 bytes, patch)
2013-08-09 18:34 UTC, James Ausmus
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Ausmus 2013-08-09 18:31:27 UTC
libdbusmenu-qt cannot be installed without qtdbus - it fails cmake checks.

Reproducible: Always

Steps to Reproduce:
1. emerge -C qtdbus libdbusmenu-qt
2. emerge libdbusmenu-qt
3. Watch if fail
Comment 1 James Ausmus 2013-08-09 18:34:43 UTC
Created attachment 355520 [details, diff]
add qtdbus RDEPEND
Comment 2 Michael Palimaka (kensington) gentoo-dev 2013-08-14 12:34:37 UTC
Thanks, fixed in CVS. I also dropped the qtgui[dbus] USE dependency since it is not required when explicitly specifying qtdbus as a dependency.

+  14 Aug 2013; Michael Palimaka <kensington@gentoo.org>
+  libdbusmenu-qt-0.9.2.ebuild:
+  Fix dependencies wrt bug #480414.