From: Michał Górny Date: Wed, 5 Feb 2020 19:42:36 +0000 (+0100) Subject: dev-python/pypeg2: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f599b94a74fd67b9b39e0aa58e81845807d6a167;p=gentoo.git dev-python/pypeg2: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild index 512d830bc1d4..38c58e7481c7 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