commit: e68106a93cc4612708174e0566f4ed4a9f4ccd43 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Sep 29 03:22:22 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Sep 29 03:24:41 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e68106a9
kde-plasma/plasma-workspace: improve dbus dependencies Bug: https://bugs.gentoo.org/632142 Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-plasma/plasma-workspace/plasma-workspace-5.10.95.ebuild | 4 +++- kde-plasma/plasma-workspace/plasma-workspace-5.11.49.9999.ebuild | 4 +++- kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.10.95.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.10.95.ebuild index 9c77d296f0..f5183edd19 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.10.95.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.10.95.ebuild @@ -10,7 +10,7 @@ inherit kde5 qmake-utils DESCRIPTION="KDE Plasma workspace" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop" +IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop systemd" REQUIRED_USE="gps? ( geolocation )" @@ -103,6 +103,8 @@ RDEPEND="${COMMON_DEPEND} x11-apps/xrdb x11-apps/xset x11-apps/xsetroot + systemd? ( sys-apps/dbus[user-session] ) + !systemd? ( sys-apps/dbus ) !dev-libs/xembed-sni-proxy !kde-plasma/freespacenotifier:4 !kde-plasma/libtaskmanager:4 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 index 263004b937..94e7150fe8 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.11.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.11.49.9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 qmake-utils DESCRIPTION="KDE Plasma workspace" KEYWORDS="" -IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop" +IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop systemd" REQUIRED_USE="gps? ( geolocation )" @@ -103,6 +103,8 @@ RDEPEND="${COMMON_DEPEND} x11-apps/xrdb x11-apps/xset x11-apps/xsetroot + systemd? ( sys-apps/dbus[user-session] ) + !systemd? ( sys-apps/dbus ) !dev-libs/xembed-sni-proxy !kde-plasma/freespacenotifier:4 !kde-plasma/libtaskmanager:4 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 263004b937..94e7150fe8 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 qmake-utils DESCRIPTION="KDE Plasma workspace" KEYWORDS="" -IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop" +IUSE="appstream +calendar geolocation gps prison qalculate +semantic-desktop systemd" REQUIRED_USE="gps? ( geolocation )" @@ -103,6 +103,8 @@ RDEPEND="${COMMON_DEPEND} x11-apps/xrdb x11-apps/xset x11-apps/xsetroot + systemd? ( sys-apps/dbus[user-session] ) + !systemd? ( sys-apps/dbus ) !dev-libs/xembed-sni-proxy !kde-plasma/freespacenotifier:4 !kde-plasma/libtaskmanager:4
