commit: e8f58e7ba3cf80ab343a3fd8d7b5488575545c9f Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Wed Oct 7 09:48:17 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Wed Oct 7 09:48:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f58e7b
profiles/features/selinux/package.use.mask: mask pypy3 for elogv Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/features/selinux/package.use.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask index 26a34e12459..0ce0d505498 100644 --- a/profiles/features/selinux/package.use.mask +++ b/profiles/features/selinux/package.use.mask @@ -8,6 +8,7 @@ net-analyzer/wireshark sdjournal # Brian Dolbec <[email protected]> (2014-09-17) # mask pypy for several utilities due to incompatibility with libselinux sys-apps/portage python_targets_pypy3 +app-portage/elogv python_targets_pypy3 app-portage/gentoolkit python_targets_pypy3 app-portage/layman python_targets_pypy3
