commit: fe04969b7f3998f34afbe03475590b0bee23a380 Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Sat Sep 10 04:01:38 2022 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Sat Sep 10 04:03:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe04969b
profiles/feature/selinux: drop systemd-related usemasks systemd isn't masked here anymore, so these masks are obsolete. Signed-off-by: John Helmert III <ajak <AT> gentoo.org> profiles/features/selinux/package.use.mask | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask index dfab82971fbd..6b42b7f76eb7 100644 --- a/profiles/features/selinux/package.use.mask +++ b/profiles/features/selinux/package.use.mask @@ -1,19 +1,6 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Georgy Yakovlev <[email protected]> (2020-10-21) -# requires systemd, as OpenBMC uses sd-dbus for communication -sys-apps/ipmitool openbmc - -# Jeroen Roovers <[email protected]> (2019-02-23) -# sdjournal links against sys-apps/systemd's libraries -net-analyzer/wireshark sdjournal - -# Jason Zaman <[email protected]> (2015-06-27) -# systemd has only experimental support in the SELinux policy at the moment. -# Please see: https://wiki.gentoo.org/wiki/SELinux/FAQ#Can_I_use_SELinux_with_SystemD.3F -www-servers/uwsgi uwsgi_plugins_systemd_logger - # Brian Dolbec <[email protected]> (2014-09-17) # mask pypy for several utilities due to incompatibility with libselinux sys-apps/portage python_targets_pypy3
