From: Michał Górny Date: Thu, 7 May 2020 15:00:52 +0000 (+0200) Subject: dev-util/comparator: Remove py2.7 where possible X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=66ca54385bd2bb9d76c2fd57b5f26da870d93b95;p=gentoo.git dev-util/comparator: Remove py2.7 where possible Signed-off-by: Michał Górny --- diff --git a/dev-util/comparator/comparator-2.12.ebuild b/dev-util/comparator/comparator-2.12.ebuild index bbbbe0a4134a..5e4ba126dbd0 100644 --- a/dev-util/comparator/comparator-2.12.ebuild +++ b/dev-util/comparator/comparator-2.12.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 toolchain-funcs