diff options
Diffstat (limited to 'profiles/features/selinux/make.defaults')
-rw-r--r-- | profiles/features/selinux/make.defaults | 6 |
1 files changed, 5 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" |