From 43fc3f01fd219af673df1d0e1731500ca3c9411c Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Tue, 11 Feb 2020 12:59:05 +0100 Subject: [PATCH] dev-python/meld3: remove Python2 support Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Louis Sautier --- dev-python/meld3/meld3-1.0.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2