diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-05 12:53:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-05 14:16:13 +0100 |
commit | c8583cf2aa0269643588b89252649b00d3860080 (patch) | |
tree | 85cd0e38eb8a6d80bcc9b8584f78c9325be5d9a1 /kde-plasma/plasma-integration | |
parent | net-misc/mosh: ppc stable (bug 607670). (diff) | |
download | gentoo-c8583cf2aa0269643588b89252649b00d3860080.tar.gz gentoo-c8583cf2aa0269643588b89252649b00d3860080.tar.bz2 gentoo-c8583cf2aa0269643588b89252649b00d3860080.zip |
kde-plasma/plasma-integration: fix missing dep on dev-qt/qtgui[dbus]
Gentoo-bug: 608306
Closes: https://github.com/gentoo/gentoo/pull/3821
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild index 2ea189770a9b..79216642952d 100644 --- a/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild @@ -28,7 +28,7 @@ DEPEND=" $(add_frameworks_dep kxmlgui) $(add_plasma_dep breeze) $(add_qt_dep qtdbus) - $(add_qt_dep qtgui '' '' '5=') + $(add_qt_dep qtgui 'dbus' '' '5=') $(add_qt_dep qtwidgets) $(add_qt_dep qtx11extras) x11-libs/libXcursor |