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 42BB513829C for ; Sat, 11 Jun 2016 10:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A309141EA; Sat, 11 Jun 2016 10:47:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9DEE3141EA for ; Sat, 11 Jun 2016 10:47:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 264C5340B57 for ; Sat, 11 Jun 2016 10:47:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66E8813FE for ; Sat, 11 Jun 2016 10:47:22 +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: <1465642001.336d5b40c6be9e12cc6804722206e766b5271f63.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-229.ebuild sys-apps/systemd/systemd-230-r1.ebuild sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 336d5b40c6be9e12cc6804722206e766b5271f63 X-VCS-Branch: master Date: Sat, 11 Jun 2016 10:47:22 +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: a1211862-d6d0-4c3a-ad2b-10730fe7535a X-Archives-Hash: 670f43d1f8d3c036132b40c63c0b2a64 commit: 336d5b40c6be9e12cc6804722206e766b5271f63 Author: Jason Zaman gentoo org> AuthorDate: Sat Jun 11 10:30:10 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Jun 11 10:46:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336d5b40 sys-apps/systemd: update deps on selinux policies Package-Manager: portage-2.2.28 sys-apps/systemd/systemd-229.ebuild | 2 +- sys-apps/systemd/systemd-230-r1.ebuild | 2 +- sys-apps/systemd/systemd-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/systemd/systemd-229.ebuild b/sys-apps/systemd/systemd-229.ebuild index 99261be..580e12e 100644 --- a/sys-apps/systemd/systemd-229.ebuild +++ b/sys-apps/systemd/systemd-229.ebuild @@ -67,7 +67,7 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.27.1:0=[${MULTILIB_USEDEP}] # laptop-mode-tools: https://github.com/systemd/systemd/issues/2684 RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 - selinux? ( sec-policy/selinux-systemd ) + selinux? ( sec-policy/selinux-base-policy[systemd] ) !sys-auth/nss-myhostname !sys-fs/eudev !sys-fs/udev diff --git a/sys-apps/systemd/systemd-230-r1.ebuild b/sys-apps/systemd/systemd-230-r1.ebuild index 29010be..1048005 100644 --- a/sys-apps/systemd/systemd-230-r1.ebuild +++ b/sys-apps/systemd/systemd-230-r1.ebuild @@ -68,7 +68,7 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.27.1:0=[${MULTILIB_USEDEP}] # baselayout-2.2 has /run RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 - selinux? ( sec-policy/selinux-systemd ) + selinux? ( sec-policy/selinux-base-policy[systemd] ) !sys-auth/nss-myhostname !sys-fs/eudev !sys-fs/udev" diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 05e102d..82e4aba 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -67,7 +67,7 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.27.1:0=[${MULTILIB_USEDEP}] # baselayout-2.2 has /run RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 - selinux? ( sec-policy/selinux-systemd ) + selinux? ( sec-policy/selinux-base-policy[systemd] ) !sys-auth/nss-myhostname !sys-fs/eudev !sys-fs/udev"