summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-portage/layman/layman-2.4.3.ebuild2
-rw-r--r--app-portage/layman/layman-9999.ebuild2
-rw-r--r--profiles/features/selinux/package.use.mask1
3 files changed, 3 insertions, 2 deletions
diff --git a/app-portage/layman/layman-2.4.3.ebuild b/app-portage/layman/layman-2.4.3.ebuild
index 4feaf210d2e1..a5b89214ae52 100644
--- a/app-portage/layman/layman-2.4.3.ebuild
+++ b/app-portage/layman/layman-2.4.3.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
PYTHON_REQ_USE="xml(+),sqlite?"
DISTUTILS_USE_SETUPTOOLS=no
diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild
index b9c60ed0d3d4..f3cde19838b1 100644
--- a/app-portage/layman/layman-9999.ebuild
+++ b/app-portage/layman/layman-9999.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
PYTHON_REQ_USE="xml(+),sqlite?"
DISTUTILS_USE_SETUPTOOLS=no
diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask
index e6c43f72558b..26a34e124590 100644
--- a/profiles/features/selinux/package.use.mask
+++ b/profiles/features/selinux/package.use.mask
@@ -9,6 +9,7 @@ net-analyzer/wireshark sdjournal
# mask pypy for several utilities due to incompatibility with libselinux
sys-apps/portage python_targets_pypy3
app-portage/gentoolkit python_targets_pypy3
+app-portage/layman python_targets_pypy3
# Jason Zaman <perfinion@gentoo.org> (2015-06-27)
# SystemD has no support in the SELinux policy at the moment.