Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/selinux/
Date: Wed, 16 Sep 2020 11:05:04
Message-Id: 1600254282.f1dbb93e1940daf0b71fb6224385b81016515c0e.bkohler@gentoo
1 commit: f1dbb93e1940daf0b71fb6224385b81016515c0e
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 16 11:03:57 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 11:04:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1dbb93e
7
8 profiles: enable new flags required by selinux @system
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 profiles/features/selinux/make.defaults | 6 +++++-
13 profiles/features/selinux/package.use | 2 ++
14 2 files changed, 7 insertions(+), 1 deletion(-)
15
16 diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults
17 index adbf945e3fe..b79f4b52212 100644
18 --- a/profiles/features/selinux/make.defaults
19 +++ b/profiles/features/selinux/make.defaults
20 @@ -1,6 +1,10 @@
21 # Copyright 1999-2014 Gentoo Foundation.
22 # Distributed under the terms of the GNU General Public License v2
23 -#
24 +
25 +# curl_ssl_openssl & ssl flags are required to satisfy pycurl deps for stage1
26 +# jpeg for dev-python/pillow to satisfy matplotlib
27 +# unconfined for sec-policy/selinux-base-policy
28 +BOOTSTRAP_USE="${BOOTSTRAP_USE} curl_ssl_openssl jpeg ssl unconfined"
29
30 # selinux - Enable SELinux support
31 USE="selinux"
32
33 diff --git a/profiles/features/selinux/package.use b/profiles/features/selinux/package.use
34 new file mode 100644
35 index 00000000000..af807c65068
36 --- /dev/null
37 +++ b/profiles/features/selinux/package.use
38 @@ -0,0 +1,2 @@
39 +# Required by matplotlib which is a dep of @system
40 +dev-python/pillow jpeg