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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29360158091 for ; Sun, 5 Jun 2022 06:56:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1970E095D; Sun, 5 Jun 2022 06:56:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD959E095C for ; Sun, 5 Jun 2022 06:56:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D62D34205C for ; Sun, 5 Jun 2022 06:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93BFD4F5 for ; Sun, 5 Jun 2022 06:56:34 +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: <1654412149.fe0bff976a39d97569a9d4ac08b164f999f55688.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.use.mask X-VCS-Directories: profiles/features/selinux/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fe0bff976a39d97569a9d4ac08b164f999f55688 X-VCS-Branch: master Date: Sun, 5 Jun 2022 06:56:34 +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: fc6baa16-b027-4735-8670-d1fbbafc4484 X-Archives-Hash: 9d6b47b8c2127b1dca89d6c745b5fee6 commit: fe0bff976a39d97569a9d4ac08b164f999f55688 Author: Arsen Arsenović aarsen me> AuthorDate: Sat Jun 4 06:31:43 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 5 06:55:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0bff97 profiles/features/selinux: mask pypy3 on gentoopm and smart-live-rebuild Closes: https://github.com/gentoo/gentoo/pull/25743 Signed-off-by: Sam James gentoo.org> profiles/features/selinux/package.use.mask | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask index 4d0a1aab402d..5a0e4be2a705 100644 --- a/profiles/features/selinux/package.use.mask +++ b/profiles/features/selinux/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Georgy Yakovlev (2020-10-21) @@ -26,3 +26,5 @@ app-portage/elogv python_targets_pypy3 app-portage/gentoolkit python_targets_pypy3 app-portage/layman python_targets_pypy3 app-portage/repoman python_targets_pypy3 +app-portage/smart-live-rebuild python_targets_pypy3 +app-portage/gentoopm python_targets_pypy3