sys-apps/portage: PYTHON_COMPAT+=(pypy3)
authorZac Medico <zmedico@gentoo.org>
Sat, 4 Jan 2020 08:19:18 +0000 (00:19 -0800)
committerZac Medico <zmedico@gentoo.org>
Sat, 4 Jan 2020 08:22:32 +0000 (00:22 -0800)
Closes: https://bugs.gentoo.org/575840
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Zac Medico <zmedico@gentoo.org>
sys-apps/portage/portage-2.3.84-r1.ebuild
sys-apps/portage/portage-9999.ebuild

index 4254b42f9d031b262dc07b03e475b992c05464a6..edcc3d2203ea53d52fb8657664cf9c17fd44fce4 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=(
-       pypy
+       pypy pypy3
        python3_5 python3_6 python3_7 python3_8
        python2_7
 )
index edfa4bf26344e677f15a38f7a67846b5f777a196..d81d5bac12921a957a0aa01fd3e3d66477deca92 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=(
-       pypy
+       pypy pypy3
        python3_5 python3_6 python3_7 python3_8
        python2_7
 )