diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-10 22:19:17 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-11 14:04:50 +0200 |
commit | 5b0082a1ded2b62dc339961a232f345ce6e59ffc (patch) | |
tree | 9d3b3f0a52c1075726ffa400e13bf5e917062b31 /app-emulation | |
parent | net-im/libcommuni: bump to newest snapshot (diff) | |
download | gentoo-5b0082a1ded2b62dc339961a232f345ce6e59ffc.tar.gz gentoo-5b0082a1ded2b62dc339961a232f345ce6e59ffc.tar.bz2 gentoo-5b0082a1ded2b62dc339961a232f345ce6e59ffc.zip |
app-emulation/protontricks: support pypy3
Builds and tests fine.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/protontricks/protontricks-1.4.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild b/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild index e8c4edf44be5..aff61b39a84c 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 |