From: Louis Sautier Date: Tue, 11 Feb 2020 11:59:05 +0000 (+0100) Subject: dev-python/meld3: remove Python2 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=43fc3f01fd219af673df1d0e1731500ca3c9411c;p=gentoo.git dev-python/meld3: remove Python2 support Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Louis Sautier --- diff --git a/dev-python/meld3/meld3-1.0.2-r2.ebuild b/dev-python/meld3/meld3-1.0.2-r2.ebuild index 0d78453b3971..2e543ecf3d63 100644 --- a/dev-python/meld3/meld3-1.0.2-r2.ebuild +++ b/dev-python/meld3/meld3-1.0.2-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1