From: Michał Górny Date: Mon, 10 Feb 2020 20:56:43 +0000 (+0100) Subject: dev-vcs/git-tools: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8fb18f5ec3cc9364ceb12121d2198032f3734964;p=gentoo.git dev-vcs/git-tools: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-vcs/git-tools/git-tools-2017.10.ebuild b/dev-vcs/git-tools/git-tools-2017.10.ebuild index 555da1d3cb5d..7445f4d682a3 100644 --- a/dev-vcs/git-tools/git-tools-2017.10.ebuild +++ b/dev-vcs/git-tools/git-tools-2017.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit python-r1 DESCRIPTION="Assorted git-related scripts"