Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/
Date: Sun, 05 Feb 2017 13:17:56
Message-Id: 1486300573.c8583cf2aa0269643588b89252649b00d3860080.asturm@gentoo
1 commit: c8583cf2aa0269643588b89252649b00d3860080
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 5 11:53:42 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 13:16:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8583cf2
7
8 kde-plasma/plasma-integration: fix missing dep on dev-qt/qtgui[dbus]
9
10 Gentoo-bug: 608306
11
12 Closes: https://github.com/gentoo/gentoo/pull/3821
13
14 kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild
18 index 2ea1897..7921664 100644
19 --- a/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild
20 +++ b/kde-plasma/plasma-integration/plasma-integration-5.9.0.ebuild
21 @@ -28,7 +28,7 @@ DEPEND="
22 $(add_frameworks_dep kxmlgui)
23 $(add_plasma_dep breeze)
24 $(add_qt_dep qtdbus)
25 - $(add_qt_dep qtgui '' '' '5=')
26 + $(add_qt_dep qtgui 'dbus' '' '5=')
27 $(add_qt_dep qtwidgets)
28 $(add_qt_dep qtx11extras)
29 x11-libs/libXcursor