From 2bd3950266c72baf3bca051d3366c659e3f2122c Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 7 Oct 2020 11:11:45 +0200 Subject: dev-python/ssl-fetch: support pypy3 Bug: https://bugs.gentoo.org/747019 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jason A. Donenfeld --- dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/ssl-fetch/ssl-fetch-9999.ebuild') diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild index 0cec3a3935e8..856d59b6c61d 100644 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) DISTUTILS_USE_SETUPTOOLS=no EGIT_BRANCH="master" -- cgit v1.2.3-65-gdbad