commit: f599b94a74fd67b9b39e0aa58e81845807d6a167
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 19:42:36 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 19:53:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f599b94a
dev-python/pypeg2: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypeg2/pypeg2-2.15.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild
b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
index 512d830bc1d..38c58e7481c 100644
--- a/dev-python/pypeg2/pypeg2-2.15.2.ebuild
+++ b/dev-python/pypeg2/pypeg2-2.15.2.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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1