diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:56:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:16:09 +0100 |
commit | d3b6dd716d2de4b69792738af5214538adb34423 (patch) | |
tree | 2a87f13e13c446f344329d1283e9a157f93e5046 /dev-vcs | |
parent | dev-util/cppcheck: Remove py2 (diff) | |
download | gentoo-d3b6dd716d2de4b69792738af5214538adb34423.tar.gz gentoo-d3b6dd716d2de4b69792738af5214538adb34423.tar.bz2 gentoo-d3b6dd716d2de4b69792738af5214538adb34423.zip |
dev-vcs/stgit: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/stgit/stgit-0.19.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |