commit: c9dc4004542dc6d97eeb8d9fd9c905d7906e8929 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Sun Mar 31 13:13:45 2019 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Sun Mar 31 13:13:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9dc4004
dev-python/pathlib: remove pypy3 from PYTHON_COMPAT Bug: https://bugs.gentoo.org/616596 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild index 76c5d4e5971..25e9597a73d 100644 --- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild +++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild @@ -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
