commit: 4c4cf66a5027ecf33cf60161eef57352a4f62aef
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 02:34:07 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 02:41:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4cf66a
dev-python/path-py: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/path-py/path-py-11.5.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/path-py/path-py-11.5.2-r1.ebuild
b/dev-python/path-py/path-py-11.5.2-r1.ebuild
index fe2a341258d..cb5c96e6844 100644
--- a/dev-python/path-py/path-py-11.5.2-r1.ebuild
+++ b/dev-python/path-py/path-py-11.5.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1