commit: f1dbb93e1940daf0b71fb6224385b81016515c0e
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 11:03:57 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 11:04:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1dbb93e
profiles: enable new flags required by selinux @system
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
profiles/features/selinux/make.defaults | 6 +++++-
profiles/features/selinux/package.use | 2 ++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/profiles/features/selinux/make.defaults
b/profiles/features/selinux/make.defaults
index adbf945e3fe..b79f4b52212 100644
--- a/profiles/features/selinux/make.defaults
+++ b/profiles/features/selinux/make.defaults
@@ -1,6 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-#
+
+# curl_ssl_openssl & ssl flags are required to satisfy pycurl deps for stage1
+# jpeg for dev-python/pillow to satisfy matplotlib
+# unconfined for sec-policy/selinux-base-policy
+BOOTSTRAP_USE="${BOOTSTRAP_USE} curl_ssl_openssl jpeg ssl unconfined"
# selinux - Enable SELinux support
USE="selinux"
diff --git a/profiles/features/selinux/package.use
b/profiles/features/selinux/package.use
new file mode 100644
index 00000000000..af807c65068
--- /dev/null
+++ b/profiles/features/selinux/package.use
@@ -0,0 +1,2 @@
+# Required by matplotlib which is a dep of @system
+dev-python/pillow jpeg