commit: 5b0082a1ded2b62dc339961a232f345ce6e59ffc
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 20:19:17 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 12:04:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0082a1
app-emulation/protontricks: support pypy3
Builds and tests fine.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
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 e8c4edf44be..aff61b39a84 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