Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-integration/
Date: Sun, 05 Feb 2017 13:46:31
Message-Id: 1486302306.3c5b6a65a3484b0ef5e94e8206b5fc4e9d378719.asturm@gentoo
1 commit: 3c5b6a65a3484b0ef5e94e8206b5fc4e9d378719
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:45:06 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c5b6a65
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.49.9999.ebuild | 2 +-
15 kde-plasma/plasma-integration/plasma-integration-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.9.49.9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.9.49.9999.ebuild
19 index 5157145..8f1b65a 100644
20 --- a/kde-plasma/plasma-integration/plasma-integration-5.9.49.9999.ebuild
21 +++ b/kde-plasma/plasma-integration/plasma-integration-5.9.49.9999.ebuild
22 @@ -28,7 +28,7 @@ DEPEND="
23 $(add_frameworks_dep kxmlgui)
24 $(add_plasma_dep breeze)
25 $(add_qt_dep qtdbus)
26 - $(add_qt_dep qtgui '' '' '5=')
27 + $(add_qt_dep qtgui 'dbus' '' '5=')
28 $(add_qt_dep qtwidgets)
29 $(add_qt_dep qtx11extras)
30 x11-libs/libXcursor
31
32 diff --git a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild
33 index 5157145..8f1b65a 100644
34 --- a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild
35 +++ b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild
36 @@ -28,7 +28,7 @@ DEPEND="
37 $(add_frameworks_dep kxmlgui)
38 $(add_plasma_dep breeze)
39 $(add_qt_dep qtdbus)
40 - $(add_qt_dep qtgui '' '' '5=')
41 + $(add_qt_dep qtgui 'dbus' '' '5=')
42 $(add_qt_dep qtwidgets)
43 $(add_qt_dep qtx11extras)
44 x11-libs/libXcursor