From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E03F1382C5 for ; Mon, 1 Feb 2021 08:01:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0051E09BB; Mon, 1 Feb 2021 08:01:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8512FE09BB for ; Mon, 1 Feb 2021 08:01:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 111AD335CD2 for ; Mon, 1 Feb 2021 08:01:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7418DB9 for ; Mon, 1 Feb 2021 08:01:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612166354.7f597d08644ae6fed93d3ecf078ab21d788ef92f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/selinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/selinux/package.mask X-VCS-Directories: profiles/features/selinux/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f597d08644ae6fed93d3ecf078ab21d788ef92f X-VCS-Branch: master Date: Mon, 1 Feb 2021 08:01:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 27a11f73-5763-494d-a530-b4c013fd0067 X-Archives-Hash: 1027a6191eb53363a974cd546080289d commit: 7f597d08644ae6fed93d3ecf078ab21d788ef92f Author: Sam James gentoo org> AuthorDate: Mon Feb 1 07:59:14 2021 +0000 Commit: Sam James gentoo 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 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 (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 (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 (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 (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 (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