diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/selinux/make.defaults | 6 | ||||
-rw-r--r-- | profiles/features/selinux/package.use | 2 |
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 |