From 85b3ffa76bea0374356974431397110cc8f14e9a Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Mon, 10 Apr 2023 08:29:07 +0200 Subject: [PATCH] dev-python/unearth: disable pypy3 Signed-off-by: Florian Albrechtskirchinger --- dev-python/unearth/unearth-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/unearth/unearth-0.8.1.ebuild b/dev-python/unearth/unearth-0.8.1.ebuild index 86b647e2bb..c05f0acb87 100644 --- a/dev-python/unearth/unearth-0.8.1.ebuild +++ b/dev-python/unearth/unearth-0.8.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=pdm -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi