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 44EAC138334 for ; Sun, 31 Mar 2019 10:47:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63C02E08D3; Sun, 31 Mar 2019 10:47:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3F3CCE08D3 for ; Sun, 31 Mar 2019 10:47:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B3954335D20 for ; Sun, 31 Mar 2019 10:47:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64560589 for ; Sun, 31 Mar 2019 10:47:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1554029250.e833a3cb5ddd06db4819af66b8c2a513438aa2b7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-power-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild X-VCS-Directories: mate-extra/mate-power-manager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e833a3cb5ddd06db4819af66b8c2a513438aa2b7 X-VCS-Branch: master Date: Sun, 31 Mar 2019 10:47:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a0b723f-44ca-4c53-a47a-faf5a8f4a8f4 X-Archives-Hash: 04afde0a376d79ca687dd845fe5cd87e commit: e833a3cb5ddd06db4819af66b8c2a513438aa2b7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 30 22:50:17 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 31 10:47:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e833a3cb mate-extra/mate-power-manager: Add USE elogind logind is detected at runtime, so move the session manager trifecta to RDEPEND. Closes: https://bugs.gentoo.org/633336 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../mate-power-manager/mate-power-manager-1.22.0.ebuild | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild index 6414a546dfb..9b2c5e90696 100644 --- a/mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild +++ b/mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild @@ -10,10 +10,12 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="A session daemon for MATE that makes it easy to manage your laptop or desktop" + LICENSE="GPL-2" SLOT="0" +IUSE="+applet elogind gnome-keyring policykit systemd test" -IUSE="+applet gnome-keyring policykit systemd test" +REQUIRED_USE="?? ( elogind systemd )" # Interactive testsuite. RESTRICT="test" @@ -33,12 +35,15 @@ COMMON_DEPEND=">=dev-libs/dbus-glib-0.70 x11-libs/pango applet? ( >=mate-base/mate-panel-1.17.0 ) gnome-keyring? ( >=gnome-base/libgnome-keyring-3 ) - >=sys-power/upower-0.9.23:= - systemd? ( sys-apps/systemd ) - !systemd? ( >=sys-auth/consolekit-0.9.2 )" + >=sys-power/upower-0.9.23:=" RDEPEND="${COMMON_DEPEND} - policykit? ( >=mate-extra/mate-polkit-1.6 )" + policykit? ( >=mate-extra/mate-polkit-1.6 ) + systemd? ( sys-apps/systemd ) + !systemd? ( + elogind? ( sys-auth/elogind ) + !elogind? ( >=sys-auth/consolekit-0.9.2 ) + )" DEPEND="${COMMON_DEPEND} app-text/docbook-xml-dtd:4.3