diff options
author | Sam James <sam@gentoo.org> | 2021-02-01 08:00:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-01 08:00:41 +0000 |
commit | aa567275ca20da2dd1edb7c4115577dda9311453 (patch) | |
tree | 34c94ea520a2547bde1231970e3e7ead0685425b /profiles/features | |
parent | profiles/features/selinux/package.use.force: sort (diff) | |
download | gentoo-aa567275ca20da2dd1edb7c4115577dda9311453.tar.gz gentoo-aa567275ca20da2dd1edb7c4115577dda9311453.tar.bz2 gentoo-aa567275ca20da2dd1edb7c4115577dda9311453.zip |
profiles/features/selinux/package.use.mask: sort
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/selinux/package.use.mask | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask index a22be1217f05..a91d17aef304 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 <dolsen@gentoo.org> (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 <perfinion@gentoo.org> (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 <dolsen@gentoo.org> (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 |