commit: 7963262f53c541dd6c3eab9044e7e71e63baaa50 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Nov 25 16:12:16 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Nov 25 16:18:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7963262f
dev-python/pathlib: Enable pypy3 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 961c707..4278d5a 100644 --- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild +++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=5 # In Python 3.4, pathlib is now part of the standard library. -PYTHON_COMPAT=( python2_7 pypy ) +PYTHON_COMPAT=( python2_7 pypy pypy3 ) inherit distutils-r1
