From: Michał Górny Date: Mon, 10 Feb 2020 20:56:32 +0000 (+0100) Subject: dev-vcs/git-imerge: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8d809b12862c2160a5c8ddae8296b6fddebcd64c;p=gentoo.git dev-vcs/git-imerge: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-vcs/git-imerge/git-imerge-1.0.0.ebuild b/dev-vcs/git-imerge/git-imerge-1.0.0.ebuild index 3604eecc79b3..424d661ab002 100644 --- a/dev-vcs/git-imerge/git-imerge-1.0.0.ebuild +++ b/dev-vcs/git-imerge/git-imerge-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit bash-completion-r1 python-r1