From: Michał Górny Date: Mon, 10 Feb 2020 20:57:13 +0000 (+0100) Subject: dev-vcs/repo: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=deed6ebef99f70b6cca15ec675f7e91957248f43;p=gentoo.git dev-vcs/repo: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-vcs/repo/repo-1.26.ebuild b/dev-vcs/repo/repo-1.26.ebuild index 9d2c58695f06..bbf73b4eca25 100644 --- a/dev-vcs/repo/repo-1.26.ebuild +++ b/dev-vcs/repo/repo-1.26.ebuild @@ -6,7 +6,7 @@ EAPI="7" -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit python-r1