commit:     57decee9b344493248c9b517d09a5d8069debbb9
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 12:43:35 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 12:52:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57decee9

virtual/python-singledispatch: add PyPy3 support

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild 
b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 8f81fd4f977..2679d59fd8d 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
 
 inherit python-r1
 
@@ -13,4 +13,4 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 
sparc x86 ~amd64-linux
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' 
python2_7 pypy)"
+       $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' -2)"

Reply via email to