From: Michał Górny Date: Tue, 4 Feb 2020 15:44:50 +0000 (+0100) Subject: dev-python/cligj: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=73d952d519031654fd6a47f44cbb99d4ffd135c8;p=gentoo.git dev-python/cligj: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/cligj/cligj-0.4.0.ebuild b/dev-python/cligj/cligj-0.4.0.ebuild index d20b2c2d7248..fb5249de17db 100644 --- a/dev-python/cligj/cligj-0.4.0.ebuild +++ b/dev-python/cligj/cligj-0.4.0.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1