From: Michał Górny Date: Tue, 11 Feb 2020 11:28:26 +0000 (+0100) Subject: app-misc/icdiff: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=be674499f61b10aa591f3af4bc10e24aabe46b61;p=gentoo.git app-misc/icdiff: Remove py2 Signed-off-by: Michał Górny --- diff --git a/app-misc/icdiff/icdiff-1.9.1.ebuild b/app-misc/icdiff/icdiff-1.9.1.ebuild index 687c0aaf44b5..970ccd6a9fbf 100644 --- a/app-misc/icdiff/icdiff-1.9.1.ebuild +++ b/app-misc/icdiff/icdiff-1.9.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1