Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/selinux/
Date: Mon, 01 Feb 2021 08:01:28
Message-Id: 1612166441.aa567275ca20da2dd1edb7c4115577dda9311453.sam@gentoo
1 commit: aa567275ca20da2dd1edb7c4115577dda9311453
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 08:00:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 08:00:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa567275
7
8 profiles/features/selinux/package.use.mask: sort
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 profiles/features/selinux/package.use.mask | 16 ++++++++--------
13 1 file changed, 8 insertions(+), 8 deletions(-)
14
15 diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask
16 index a22be1217f0..a91d17aef30 100644
17 --- a/profiles/features/selinux/package.use.mask
18 +++ b/profiles/features/selinux/package.use.mask
19 @@ -9,14 +9,6 @@ sys-apps/ipmitool openbmc
20 # sdjournal links against sys-apps/systemd's libraries
21 net-analyzer/wireshark sdjournal
22
23 -# Brian Dolbec <dolsen@g.o> (2014-09-17)
24 -# mask pypy for several utilities due to incompatibility with libselinux
25 -sys-apps/portage python_targets_pypy3
26 -app-portage/elogv python_targets_pypy3
27 -app-portage/gentoolkit python_targets_pypy3
28 -app-portage/layman python_targets_pypy3
29 -app-portage/repoman python_targets_pypy3
30 -
31 # Jason Zaman <perfinion@g.o> (2015-06-27)
32 # SystemD has no support in the SELinux policy at the moment.
33 # Please see: https://wiki.gentoo.org/wiki/SELinux/FAQ#Can_I_use_SELinux_with_SystemD.3F
34 @@ -31,3 +23,11 @@ x11-terms/gnome-terminal gnome-shell
35 x11-themes/arc-theme gnome-shell
36 x11-themes/zukitwo gnome-shell
37 net-wireless/bluez user-session
38 +
39 +# Brian Dolbec <dolsen@g.o> (2014-09-17)
40 +# mask pypy for several utilities due to incompatibility with libselinux
41 +sys-apps/portage python_targets_pypy3
42 +app-portage/elogv python_targets_pypy3
43 +app-portage/gentoolkit python_targets_pypy3
44 +app-portage/layman python_targets_pypy3
45 +app-portage/repoman python_targets_pypy3