From: Michał Górny Date: Tue, 11 Feb 2020 11:56:31 +0000 (+0100) Subject: dev-vcs/stgit: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d3b6dd716d2de4b69792738af5214538adb34423;p=gentoo.git dev-vcs/stgit: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-vcs/stgit/stgit-0.19.ebuild b/dev-vcs/stgit/stgit-0.19.ebuild index 0fed9ba96d67..b3260fa330ca 100644 --- a/dev-vcs/stgit/stgit-0.19.ebuild +++ b/dev-vcs/stgit/stgit-0.19.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit bash-completion-r1 distutils-r1 diff --git a/dev-vcs/stgit/stgit-0.20.ebuild b/dev-vcs/stgit/stgit-0.20.ebuild index f6bc5ae8ddfc..7bfcddb4aaee 100644 --- a/dev-vcs/stgit/stgit-0.20.ebuild +++ b/dev-vcs/stgit/stgit-0.20.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit bash-completion-r1 distutils-r1