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 5377C138334 for ; Sat, 20 Apr 2019 23:23:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39B5AE0920; Sat, 20 Apr 2019 23:20:23 +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 F3B36E0917 for ; Sat, 20 Apr 2019 23:20:22 +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 1FFB7341FE6 for ; Sat, 20 Apr 2019 09:03:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14321576 for ; Sat, 20 Apr 2019 09:03:08 +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: <1555750975.3a81fd55c05bdac527f00ab3e4dfe82810016b08.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/polkit/metadata.xml sys-auth/polkit/polkit-0.115-r3.ebuild sys-auth/polkit/polkit-0.115-r4.ebuild X-VCS-Directories: sys-auth/polkit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3a81fd55c05bdac527f00ab3e4dfe82810016b08 X-VCS-Branch: master Date: Sat, 20 Apr 2019 09:03:08 +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: 9b2464d5-61be-4aa5-9ed5-644753152d40 X-Archives-Hash: f8ea54fcc4f9c391402ada553f35fbac commit: 3a81fd55c05bdac527f00ab3e4dfe82810016b08 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 20 07:15:49 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 20 09:02:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a81fd55 sys-auth/polkit: Add USE consolekit Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-auth/polkit/metadata.xml | 5 +++-- sys-auth/polkit/polkit-0.115-r3.ebuild | 6 +++--- sys-auth/polkit/polkit-0.115-r4.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/sys-auth/polkit/metadata.xml b/sys-auth/polkit/metadata.xml index 348a3151d8b..c60e1e361ab 100644 --- a/sys-auth/polkit/metadata.xml +++ b/sys-auth/polkit/metadata.xml @@ -5,7 +5,8 @@ freedesktop-bugs@gentoo.org - Use sys-auth/elogind instead of sys-auth/consolekit for session tracking - Use sys-apps/systemd instead of sys-auth/consolekit for session tracking + Use sys-auth/consolekit for session tracking + Use sys-auth/elogind for session tracking + Use sys-apps/systemd for session tracking diff --git a/sys-auth/polkit/polkit-0.115-r3.ebuild b/sys-auth/polkit/polkit-0.115-r3.ebuild index ab8043864f7..3746fd8658a 100644 --- a/sys-auth/polkit/polkit-0.115-r3.ebuild +++ b/sys-auth/polkit/polkit-0.115-r3.ebuild @@ -12,9 +12,9 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test" +IUSE="consolekit elogind examples gtk +introspection jit kde nls pam selinux systemd test" -REQUIRED_USE="?? ( elogind systemd )" +REQUIRED_USE="^^ ( consolekit elogind systemd )" CDEPEND=" dev-lang/spidermonkey:52[-debug] @@ -43,12 +43,12 @@ RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-policykit ) " PDEPEND=" + consolekit? ( sys-auth/consolekit[policykit] ) gtk? ( || ( >=gnome-extra/polkit-gnome-0.105 >=lxde-base/lxsession-0.5.2 ) ) kde? ( kde-plasma/polkit-kde-agent ) - !systemd? ( !elogind? ( sys-auth/consolekit[policykit] ) ) " DOCS=( docs/TODO HACKING NEWS README ) diff --git a/sys-auth/polkit/polkit-0.115-r4.ebuild b/sys-auth/polkit/polkit-0.115-r4.ebuild index ecc024a27d3..c2b9220030e 100644 --- a/sys-auth/polkit/polkit-0.115-r4.ebuild +++ b/sys-auth/polkit/polkit-0.115-r4.ebuild @@ -12,9 +12,9 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test" +IUSE="consolekit elogind examples gtk +introspection jit kde nls pam selinux systemd test" -REQUIRED_USE="?? ( elogind systemd )" +REQUIRED_USE="^^ ( consolekit elogind systemd )" BDEPEND=" app-text/docbook-xml-dtd:4.1.2 @@ -43,12 +43,12 @@ RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-policykit ) " PDEPEND=" + consolekit? ( sys-auth/consolekit[policykit] ) gtk? ( || ( >=gnome-extra/polkit-gnome-0.105 >=lxde-base/lxsession-0.5.2 ) ) kde? ( kde-plasma/polkit-kde-agent ) - !systemd? ( !elogind? ( sys-auth/consolekit[policykit] ) ) " DOCS=( docs/TODO HACKING NEWS README )