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 816EA1384C3 for ; Sun, 6 Sep 2015 20:27:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7D1C142AB; Sun, 6 Sep 2015 20:27:14 +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 38C9E142AB for ; Sun, 6 Sep 2015 20:27:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05E63340AC5 for ; Sun, 6 Sep 2015 20:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A97B7155 for ; Sun, 6 Sep 2015 20:27:10 +0000 (UTC) From: "Alex Brandt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Brandt" Message-ID: <1441571199.d60f7605f1b6220c871e7d1c7912645e945b2969.alunduil@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/selinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/selinux/package.use.mask X-VCS-Directories: profiles/features/selinux/ X-VCS-Committer: alunduil X-VCS-Committer-Name: Alex Brandt X-VCS-Revision: d60f7605f1b6220c871e7d1c7912645e945b2969 X-VCS-Branch: master Date: Sun, 6 Sep 2015 20:27:10 +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: 369ea244-98a3-4c40-b107-efb79aac9cf0 X-Archives-Hash: 9f16a58ddfaf156e20f610f50a86371b commit: d60f7605f1b6220c871e7d1c7912645e945b2969 Author: Alex Brandt gentoo org> AuthorDate: Sun Sep 6 20:23:54 2015 +0000 Commit: Alex Brandt gentoo org> CommitDate: Sun Sep 6 20:26:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60f7605 add app-emulation/rkt[rkt_stage1_src] to profiles/features/selinux/package.use.mask app-emulation/rkt[rkt_stage1_src] depends on systemd which is incompatible with selinux at this time. Thus, we mask this flag. Signed-off-by: Alex Brandt gentoo.org> profiles/features/selinux/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask index b4afccc..6d3a8f6 100644 --- a/profiles/features/selinux/package.use.mask +++ b/profiles/features/selinux/package.use.mask @@ -23,3 +23,7 @@ net-firewall/fwknop firewalld sys-kernel/dracut dracut_modules_systemd www-servers/uwsgi uwsgi_plugins_systemd_logger x11-wm/mutter kms + +# Alex Brandt (6 Sep 2015) +# app-emulation/rkt[rkt_stage1_src] requires systemd which isn't available with selinux. +app-emulation/rkt rkt_stage1_src