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 B544B59CA9 for ; Sun, 27 Mar 2016 02:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5DC421C050; Sun, 27 Mar 2016 02:36:56 +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 5706921C050 for ; Sun, 27 Mar 2016 02:36:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EBD19340A7B for ; Sun, 27 Mar 2016 02:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 544AC865 for ; Sun, 27 Mar 2016 02:36:53 +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: <1459046195.fe51f53cdeba2522cf6eb88fd4c312e997b1010c.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-r100.ebuild sys-apps/systemd/systemd-229.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: fe51f53cdeba2522cf6eb88fd4c312e997b1010c X-VCS-Branch: master Date: Sun, 27 Mar 2016 02:36: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-Archives-Salt: 666fca13-18e3-4a3f-9d13-9bc5f77e607b X-Archives-Hash: 342f03db1786dd91da355eed6f5bb4a5 commit: fe51f53cdeba2522cf6eb88fd4c312e997b1010c Author: Jason Zaman gentoo org> AuthorDate: Sun Mar 27 02:33:40 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Mar 27 02:36:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe51f53c sys-apps/systemd: Add selinux policy dep Package-Manager: portage-2.2.26 sys-apps/systemd/systemd-229-r100.ebuild | 1 + sys-apps/systemd/systemd-229.ebuild | 1 + sys-apps/systemd/systemd-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-apps/systemd/systemd-229-r100.ebuild b/sys-apps/systemd/systemd-229-r100.ebuild index f2fbcb8..6396d2f 100644 --- a/sys-apps/systemd/systemd-229-r100.ebuild +++ b/sys-apps/systemd/systemd-229-r100.ebuild @@ -67,6 +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 ) !sys-auth/nss-myhostname !sys-fs/eudev !sys-fs/udev diff --git a/sys-apps/systemd/systemd-229.ebuild b/sys-apps/systemd/systemd-229.ebuild index e15ac30..cabf987 100644 --- a/sys-apps/systemd/systemd-229.ebuild +++ b/sys-apps/systemd/systemd-229.ebuild @@ -67,6 +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 ) !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 deb196e..4482dc0 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -66,6 +66,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 ) !sys-auth/nss-myhostname !sys-fs/eudev !sys-fs/udev