summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 12:56:31 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 13:16:09 +0100
commitd3b6dd716d2de4b69792738af5214538adb34423 (patch)
tree2a87f13e13c446f344329d1283e9a157f93e5046
parentdev-util/cppcheck: Remove py2 (diff)
downloadgentoo-d3b6dd71.tar.gz
gentoo-d3b6dd71.tar.bz2
gentoo-d3b6dd71.zip
dev-vcs/stgit: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-vcs/stgit/stgit-0.19.ebuild2
-rw-r--r--dev-vcs/stgit/stgit-0.20.ebuild2
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 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