commit: 7f597d08644ae6fed93d3ecf078ab21d788ef92f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 1 07:59:14 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 1 07:59:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f597d08
git/gentoo/profiles/features/selinux/package.mask: sort Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/selinux/package.mask | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/profiles/features/selinux/package.mask b/profiles/features/selinux/package.mask index 1a09d0c5d9f..56b70aef3b3 100644 --- a/profiles/features/selinux/package.mask +++ b/profiles/features/selinux/package.mask @@ -1,6 +1,21 @@ # Copyright 2011-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jason Zaman <[email protected]> (2019-12-01) +# SELinux userspace 3.0 dropped python2_7 support +# python2_7-only packages that depend on portage +# cause unresolvable deps +app-portage/distpatch +app-portage/metagen + +# Gilles Dartiguelongue <[email protected]> (2018-05-24) +# Packages use systemd unconditionally for now +>=app-admin/abrt-2.10 +app-admin/gnome-abrt +>=dev-libs/libreport-2.9 +games-util/gamemode +gnome-extra/gnome-user-share + # Göktürk Yüksek <[email protected]> (2016-11-09) # On behalf of proxy-maint # Mask due to the package requiring systemd @@ -48,18 +63,3 @@ sys-apps/systemd-readahead sys-process/systemd-cron sys-apps/dbus-broker sys-kernel/installkernel-systemd-boot - -# Gilles Dartiguelongue <[email protected]> (2018-05-24) -# Packages use systemd unconditionally for now ->=app-admin/abrt-2.10 -app-admin/gnome-abrt ->=dev-libs/libreport-2.9 -games-util/gamemode -gnome-extra/gnome-user-share - -# Jason Zaman <[email protected]> (2019-12-01) -# SELinux userspace 3.0 dropped python2_7 support -# python2_7-only packages that depend on portage -# cause unresolvable deps -app-portage/distpatch -app-portage/metagen
