commit: fe0bff976a39d97569a9d4ac08b164f999f55688 Author: Arsen Arsenović <arsen <AT> aarsen <DOT> me> AuthorDate: Sat Jun 4 06:31:43 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 <[email protected]> (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
