Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/
Date: Fri, 29 Sep 2017 03:24:56
Message-Id: 1506655481.e68106a93cc4612708174e0566f4ed4a9f4ccd43.kensington@gentoo
1 commit: e68106a93cc4612708174e0566f4ed4a9f4ccd43
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 29 03:22:22 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 03:24:41 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e68106a9
7
8 kde-plasma/plasma-workspace: improve dbus dependencies
9
10 Bug: https://bugs.gentoo.org/632142
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 kde-plasma/plasma-workspace/plasma-workspace-5.10.95.ebuild | 4 +++-
14 kde-plasma/plasma-workspace/plasma-workspace-5.11.49.9999.ebuild | 4 +++-
15 kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 4 +++-
16 3 files changed, 9 insertions(+), 3 deletions(-)
17
18 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.10.95.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.10.95.ebuild
19 index 9c77d296f0..f5183edd19 100644
20 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.10.95.ebuild
21 +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.10.95.ebuild
22 @@ -10,7 +10,7 @@ inherit kde5 qmake-utils
23
24 DESCRIPTION="KDE Plasma workspace"
25 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
26 -IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop"
27 +IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop systemd"
28
29 REQUIRED_USE="gps? ( geolocation )"
30
31 @@ -103,6 +103,8 @@ RDEPEND="${COMMON_DEPEND}
32 x11-apps/xrdb
33 x11-apps/xset
34 x11-apps/xsetroot
35 + systemd? ( sys-apps/dbus[user-session] )
36 + !systemd? ( sys-apps/dbus )
37 !dev-libs/xembed-sni-proxy
38 !kde-plasma/freespacenotifier:4
39 !kde-plasma/libtaskmanager:4
40
41 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.11.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.11.49.9999.ebuild
42 index 263004b937..94e7150fe8 100644
43 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.11.49.9999.ebuild
44 +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.11.49.9999.ebuild
45 @@ -10,7 +10,7 @@ inherit kde5 qmake-utils
46
47 DESCRIPTION="KDE Plasma workspace"
48 KEYWORDS=""
49 -IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop"
50 +IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop systemd"
51
52 REQUIRED_USE="gps? ( geolocation )"
53
54 @@ -103,6 +103,8 @@ RDEPEND="${COMMON_DEPEND}
55 x11-apps/xrdb
56 x11-apps/xset
57 x11-apps/xsetroot
58 + systemd? ( sys-apps/dbus[user-session] )
59 + !systemd? ( sys-apps/dbus )
60 !dev-libs/xembed-sni-proxy
61 !kde-plasma/freespacenotifier:4
62 !kde-plasma/libtaskmanager:4
63
64 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
65 index 263004b937..94e7150fe8 100644
66 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
67 +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
68 @@ -10,7 +10,7 @@ inherit kde5 qmake-utils
69
70 DESCRIPTION="KDE Plasma workspace"
71 KEYWORDS=""
72 -IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop"
73 +IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop systemd"
74
75 REQUIRED_USE="gps? ( geolocation )"
76
77 @@ -103,6 +103,8 @@ RDEPEND="${COMMON_DEPEND}
78 x11-apps/xrdb
79 x11-apps/xset
80 x11-apps/xsetroot
81 + systemd? ( sys-apps/dbus[user-session] )
82 + !systemd? ( sys-apps/dbus )
83 !dev-libs/xembed-sni-proxy
84 !kde-plasma/freespacenotifier:4
85 !kde-plasma/libtaskmanager:4