commit: 517774cfea8f8f160462e5c79fb3f6fde5464920
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 15:36:03 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 15:42:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517774cf
dev-python/gntp: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gntp/gntp-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/gntp/gntp-1.0.3.ebuild
b/dev-python/gntp/gntp-1.0.3.ebuild
index 200b45fbc22..0334779bffe 100644
--- a/dev-python/gntp/gntp-1.0.3.ebuild
+++ b/dev-python/gntp/gntp-1.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