commit: 27854723090993922a4cfe7a9c3f240108fabb06 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Mon Jul 5 20:22:22 2021 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Mon Jul 5 20:23:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27854723
profiles/selinux: unbreak deps: mask gnome packages needing systemd Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> profiles/features/selinux/package.mask | 1 + profiles/features/selinux/package.use.mask | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/features/selinux/package.mask b/profiles/features/selinux/package.mask index f7024673bd8..845b9573adf 100644 --- a/profiles/features/selinux/package.mask +++ b/profiles/features/selinux/package.mask @@ -11,6 +11,7 @@ kde-plasma/plasma-firewall app-admin/gnome-abrt >=dev-libs/libreport-2.9 games-util/gamemode +gnome-extra/gnome-logs gnome-extra/gnome-user-share # Göktürk Yüksek <[email protected]> (2016-11-09) diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask index 2957344b7c3..40676d30d5c 100644 --- a/profiles/features/selinux/package.use.mask +++ b/profiles/features/selinux/package.use.mask @@ -14,6 +14,7 @@ net-analyzer/wireshark sdjournal # Please see: https://wiki.gentoo.org/wiki/SELinux/FAQ#Can_I_use_SELinux_with_SystemD.3F app-emulation/libvirt firewalld gnome-base/gdm wayland +gnome-base/gnome-extra-apps share net-firewall/fwknop firewalld www-servers/uwsgi uwsgi_plugins_systemd_logger >=x11-wm/mutter-3.22 wayland
