commit: d60f7605f1b6220c871e7d1c7912645e945b2969 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org> AuthorDate: Sun Sep 6 20:23:54 2015 +0000 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> 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 <alunduil <AT> 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 <[email protected]> (6 Sep 2015) +# app-emulation/rkt[rkt_stage1_src] requires systemd which isn't available with selinux. +app-emulation/rkt rkt_stage1_src
