From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DB7401397E2 for ; Tue, 18 Aug 2015 04:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C757BE087C; Tue, 18 Aug 2015 04:58:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 721F8E087C for ; Tue, 18 Aug 2015 04:58:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7582234094F for ; Tue, 18 Aug 2015 04:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1C1714E for ; Tue, 18 Aug 2015 04:58:11 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1439873868.c9fe1f0d52045d295cf16099169f598e972f4e7a.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/consolekit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/consolekit/consolekit-1.0.0.ebuild sys-auth/consolekit/metadata.xml X-VCS-Directories: sys-auth/consolekit/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: c9fe1f0d52045d295cf16099169f598e972f4e7a X-VCS-Branch: master Date: Tue, 18 Aug 2015 04:58:11 +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: 10ac1cfe-f586-4646-b9ec-f2abb897fede X-Archives-Hash: f0503ea0d4de200b1f893d8542328dc6 commit: c9fe1f0d52045d295cf16099169f598e972f4e7a Author: Jason Zaman gentoo org> AuthorDate: Tue Aug 18 04:37:15 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Aug 18 04:57:48 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9fe1f0d Revert "sys-auth/consolekit: Make pm-utils optional" This reverts commit 1a6fa659a609adbca78b9a65fa217e20b9abf6ea. USE-flags should not control runtime-deps unless linked to. sys-auth/consolekit/consolekit-1.0.0.ebuild | 6 +++--- sys-auth/consolekit/metadata.xml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/sys-auth/consolekit/consolekit-1.0.0.ebuild b/sys-auth/consolekit/consolekit-1.0.0.ebuild index 9bce1e6..43253be 100644 --- a/sys-auth/consolekit/consolekit-1.0.0.ebuild +++ b/sys-auth/consolekit/consolekit-1.0.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="acl cgroups debug doc kernel_linux pam +pm-utils policykit selinux test" +IUSE="acl cgroups debug doc kernel_linux pam policykit selinux test" COMMON_DEPEND=">=dev-libs/glib-2.40:2= >=sys-devel/gettext-0.19 @@ -34,8 +34,8 @@ COMMON_DEPEND=">=dev-libs/glib-2.40:2= policykit? ( >=sys-auth/polkit-0.110 )" RDEPEND="${COMMON_DEPEND} kernel_linux? ( sys-apps/coreutils[acl?] ) - pm-utils? ( sys-power/pm-utils ) - selinux? ( sec-policy/selinux-consolekit )" + selinux? ( sec-policy/selinux-consolekit ) + sys-power/pm-utils" DEPEND="${COMMON_DEPEND} dev-libs/libxslt virtual/pkgconfig diff --git a/sys-auth/consolekit/metadata.xml b/sys-auth/consolekit/metadata.xml index 37eb9aa..47e5fd7 100644 --- a/sys-auth/consolekit/metadata.xml +++ b/sys-auth/consolekit/metadata.xml @@ -7,7 +7,6 @@ Use the kernel to track processes instead of the session cookie. - Adds support for suspend/resume using sys-power/pm-utils Use the PolicyKit framework (sys-auth/polkit) to get authorization for suspend/shutdown. Install systemd unit files to replace the modern functionality of logind in sys-apps/systemd. Not recommended.