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 2D4AA139360 for ; Sun, 8 Aug 2021 16:32:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DCC7E0919; Sun, 8 Aug 2021 16:32:26 +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 4637FE0919 for ; Sun, 8 Aug 2021 16:32:26 +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 44DA4342A74 for ; Sun, 8 Aug 2021 16:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91D9385A for ; Sun, 8 Aug 2021 16:32:22 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1628440063.77ce3acb2dfb39d00dc306c89b3805da961d6aa3.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 77ce3acb2dfb39d00dc306c89b3805da961d6aa3 X-VCS-Branch: dev Date: Sun, 8 Aug 2021 16:32:22 +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: 564bf993-2ba1-414d-97d1-2a274cb57c54 X-Archives-Hash: 5e6a027e82cfe1401c1b02d2cc3b5ca0 commit: 77ce3acb2dfb39d00dc306c89b3805da961d6aa3 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Aug 8 16:27:43 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Aug 8 16:27:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77ce3acb profiles/package.mask: add dev-python/pytest-marks Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> profiles/package.mask | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index c0ba70998..487a174ef 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,6 +1,3 @@ -# Theo Anderson (2021-01-04) -# SELinux profiles do not support systemd -# # Andrew Ammerlaan (2021-03-29) # Per profile masking in an overlay is currently not working # with pkgcore/pkgdev/pkgcheck. Masking this for all profiles @@ -23,3 +20,8 @@ # Use net-misc/tuir or reddio (https://gitlab.com/aaronNG/reddio) instead. # Masked for removal in 30 days. net-misc/rtv + +# Anna (cybertailor) Vyalkova (2021-08-08) +# Latest release 9 years ago, no reverse dependencies, almost one-liner. +# Masked for removal in 30 days. +dev-python/pytest-marks