From 1a2302e1b0bae15740d66ad8762e92c29a12615a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 5 Feb 2020 14:42:49 +0100 Subject: dev-python/gast: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/gast/gast-0.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/gast') diff --git a/dev-python/gast/gast-0.2.2.ebuild b/dev-python/gast/gast-0.2.2.ebuild index 0cc600445e21..3d51556cad8f 100644 --- a/dev-python/gast/gast-0.2.2.ebuild +++ b/dev-python/gast/gast-0.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)" -- cgit v1.2.3-65-gdbad