summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-09-16 06:03:57 -0500
committerBen Kohler <bkohler@gentoo.org>2020-09-16 06:04:42 -0500
commitf1dbb93e1940daf0b71fb6224385b81016515c0e (patch)
tree596229655e41d2e0640ebffd7d254f3e19ac248d /profiles/features
parentdev-python/pygame_sdl2: Use HTTPS (diff)
downloadgentoo-f1dbb93e1940daf0b71fb6224385b81016515c0e.tar.gz
gentoo-f1dbb93e1940daf0b71fb6224385b81016515c0e.tar.bz2
gentoo-f1dbb93e1940daf0b71fb6224385b81016515c0e.zip
profiles: enable new flags required by selinux @system
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/selinux/make.defaults6
-rw-r--r--profiles/features/selinux/package.use2
2 files changed, 7 insertions, 1 deletions
diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults
index adbf945e3fe3..b79f4b522128 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 000000000000..af807c650686
--- /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