dev-python/pathlib: remove pypy3 from PYTHON_COMPAT
authorVirgil Dupras <vdupras@gentoo.org>
Sun, 31 Mar 2019 13:13:45 +0000 (09:13 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Sun, 31 Mar 2019 13:13:45 +0000 (09:13 -0400)
Bug: https://bugs.gentoo.org/616596
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-python/pathlib/pathlib-1.0.1-r1.ebuild

index 76c5d4e597149022dcf047b7f267c8023e798df8..25e9597a73dcfbf556ad1aea105727efaddfc15f 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=5
 
 # In Python 3.4, pathlib is now part of the standard library.
-PYTHON_COMPAT=( python2_7 pypy pypy3 )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1