diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-08 08:46:06 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-08 08:59:58 +0200 |
commit | beaad6894c8e018fb02bf6578f4b7bc052314ba1 (patch) | |
tree | 85309e6a0b2a25daa171f2c0b368b1e620f87aff | |
parent | 232d43e21eeede5291bb53c30be1066b4650f5a0 (diff) | |
download | gentoo-beaad6894c8e018fb02bf6578f4b7bc052314ba1.tar.gz gentoo-beaad6894c8e018fb02bf6578f4b7bc052314ba1.tar.xz |
dev-python/certifi: Add pypy3 support
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | dev-python/certifi/certifi-2015.04.28.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/certifi/certifi-2015.04.28.ebuild b/dev-python/certifi/certifi-2015.04.28.ebuild index 9bab36ba361..1e8ccc5746e 100644 --- a/dev-python/certifi/certifi-2015.04.28.ebuild +++ b/dev-python/certifi/certifi-2015.04.28.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1 |