From 57decee9b344493248c9b517d09a5d8069debbb9 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Wed, 11 Mar 2020 13:43:35 +0100 Subject: [PATCH] virtual/python-singledispatch: add PyPy3 support Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Louis Sautier --- 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 8f81fd4f9773..2679d59fd8df 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)" -- 2.26.2