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 45965139694 for ; Mon, 5 Jun 2017 17:46:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA25EE0E63; Mon, 5 Jun 2017 17:46:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC054E0E63 for ; Mon, 5 Jun 2017 17:46:49 +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 0FDFA341972 for ; Mon, 5 Jun 2017 17:46:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBB497472 for ; Mon, 5 Jun 2017 17:46:46 +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: <1496684772.f7b9cd8f190a3d171ba1edf1141843f7324c0a4a.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-9999.ebuild X-VCS-Directories: sys-auth/consolekit/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: f7b9cd8f190a3d171ba1edf1141843f7324c0a4a X-VCS-Branch: master Date: Mon, 5 Jun 2017 17:46:46 +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: 9e08ea82-f61c-46c4-b6f8-b23ed3073361 X-Archives-Hash: 4182e5a50b922594c54f2c11cccce27c commit: f7b9cd8f190a3d171ba1edf1141843f7324c0a4a Author: Jason Zaman gentoo org> AuthorDate: Mon Jun 5 17:44:45 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Jun 5 17:46:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b9cd8f sys-auth/consolekit: update live ebuild Package-Manager: Portage-2.3.5, Repoman-2.3.1 sys-auth/consolekit/consolekit-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/consolekit/consolekit-9999.ebuild b/sys-auth/consolekit/consolekit-9999.ebuild index 1053ee4ea8a..602bd0d11b8 100644 --- a/sys-auth/consolekit/consolekit-9999.ebuild +++ b/sys-auth/consolekit/consolekit-9999.ebuild @@ -83,8 +83,8 @@ src_configure() { $(use_enable policykit polkit) \ $(use_enable evdev libevdev) \ $(use_enable acl udev-acl) \ - $(use_enable cgroups) \ - $(use_enable selinux) \ + $(use_enable cgroups libcgmanager) \ + $(use_enable selinux libselinux) \ $(use_enable udev libudev) \ $(use_enable test tests) \ --with-dbus-services="${EPREFIX}"/usr/share/dbus-1/services \