From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1A9B1396D0 for ; Fri, 29 Sep 2017 03:24:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0201AE0BA0; Fri, 29 Sep 2017 03:24:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C49ACE0BA0 for ; Fri, 29 Sep 2017 03:24:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37797341761 for ; Fri, 29 Sep 2017 03:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 736FC8F83 for ; Fri, 29 Sep 2017 03:24:52 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1506655481.e68106a93cc4612708174e0566f4ed4a9f4ccd43.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-5.10.95.ebuild kde-plasma/plasma-workspace/plasma-workspace-5.11.49.9999.ebuild kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e68106a93cc4612708174e0566f4ed4a9f4ccd43 X-VCS-Branch: master Date: Fri, 29 Sep 2017 03:24:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3dfb9829-25a0-4ba5-b460-4d554340bf74 X-Archives-Hash: c10bbc82d2fb6ab09a7d2077531738ab commit: e68106a93cc4612708174e0566f4ed4a9f4ccd43 Author: Michael Palimaka gentoo org> AuthorDate: Fri Sep 29 03:22:22 2017 +0000 Commit: Michael Palimaka gentoo 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