From: Michał Górny Date: Tue, 11 Feb 2020 11:33:59 +0000 (+0100) Subject: app-text/xmldiff: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6229410991a8fc5105b69e3e1d13fd5d475e5578;p=gentoo.git app-text/xmldiff: Remove py2 Signed-off-by: Michał Górny --- diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild index c09c04958826..08e9a9a605ff 100644 --- a/app-text/xmldiff/xmldiff-1.1.1.ebuild +++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1