commit: 9ef919bd0d313b751385859a8ccbb5855abdeaea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 18:52:33 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 19:12:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef919bd
dev-python/placefinder: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/placefinder/placefinder-0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/placefinder/placefinder-0.3.ebuild
b/dev-python/placefinder/placefinder-0.3.ebuild
index c90637b8c12..97a3ca1e6fc 100644
--- a/dev-python/placefinder/placefinder-0.3.ebuild
+++ b/dev-python/placefinder/placefinder-0.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1