commit: aa567275ca20da2dd1edb7c4115577dda9311453 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 1 08:00:41 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 1 08:00:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa567275
profiles/features/selinux/package.use.mask: sort Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/selinux/package.use.mask | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask index a22be1217f0..a91d17aef30 100644 --- a/profiles/features/selinux/package.use.mask +++ b/profiles/features/selinux/package.use.mask @@ -9,14 +9,6 @@ sys-apps/ipmitool openbmc # sdjournal links against sys-apps/systemd's libraries net-analyzer/wireshark sdjournal -# Brian Dolbec <[email protected]> (2014-09-17) -# mask pypy for several utilities due to incompatibility with libselinux -sys-apps/portage python_targets_pypy3 -app-portage/elogv python_targets_pypy3 -app-portage/gentoolkit python_targets_pypy3 -app-portage/layman python_targets_pypy3 -app-portage/repoman python_targets_pypy3 - # Jason Zaman <[email protected]> (2015-06-27) # SystemD has no support in the SELinux policy at the moment. # Please see: https://wiki.gentoo.org/wiki/SELinux/FAQ#Can_I_use_SELinux_with_SystemD.3F @@ -31,3 +23,11 @@ x11-terms/gnome-terminal gnome-shell x11-themes/arc-theme gnome-shell x11-themes/zukitwo gnome-shell net-wireless/bluez user-session + +# Brian Dolbec <[email protected]> (2014-09-17) +# mask pypy for several utilities due to incompatibility with libselinux +sys-apps/portage python_targets_pypy3 +app-portage/elogv python_targets_pypy3 +app-portage/gentoolkit python_targets_pypy3 +app-portage/layman python_targets_pypy3 +app-portage/repoman python_targets_pypy3
