commit: c8583cf2aa0269643588b89252649b00d3860080 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Feb 5 11:53:42 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 5 13:16:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8583cf2
kde-plasma/plasma-integration: fix missing dep on dev-qt/qtgui[dbus] Gentoo-bug: 608306 Closes: https://github.com/gentoo/gentoo/pull/3821 kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2ea1897..7921664 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
