commit: d3b6dd716d2de4b69792738af5214538adb34423
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:56:31 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 12:16:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b6dd71
dev-vcs/stgit: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/stgit/stgit-0.19.ebuild | 2 +-
dev-vcs/stgit/stgit-0.20.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/stgit/stgit-0.19.ebuild b/dev-vcs/stgit/stgit-0.19.ebuild
index 0fed9ba96d6..b3260fa330c 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 f6bc5ae8ddf..7bfcddb4aae 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