From 5b0082a1ded2b62dc339961a232f345ce6e59ffc Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Fri, 10 Jul 2020 22:19:17 +0200 Subject: [PATCH] app-emulation/protontricks: support pypy3 Builds and tests fine. Signed-off-by: Marek Szuba --- app-emulation/protontricks/protontricks-1.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild b/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild index e8c4edf44be58..aff61b39a84c7 100644 --- a/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild +++ b/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend