diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:56:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:00:12 +0100 |
commit | 8fb18f5ec3cc9364ceb12121d2198032f3734964 (patch) | |
tree | f4e08b404525a10fde3764f4ca53b1dca50a5865 /dev-vcs/git-tools | |
parent | dev-vcs/git-imerge: Remove py2 (diff) | |
download | gentoo-8fb18f5ec3cc9364ceb12121d2198032f3734964.tar.gz gentoo-8fb18f5ec3cc9364ceb12121d2198032f3734964.tar.bz2 gentoo-8fb18f5ec3cc9364ceb12121d2198032f3734964.zip |
dev-vcs/git-tools: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs/git-tools')
-rw-r--r-- | dev-vcs/git-tools/git-tools-2017.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-tools/git-tools-2017.10.ebuild b/dev-vcs/git-tools/git-tools-2017.10.ebuild index 555da1d3cb5d..7445f4d682a3 100644 --- a/dev-vcs/git-tools/git-tools-2017.10.ebuild +++ b/dev-vcs/git-tools/git-tools-2017.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit python-r1 DESCRIPTION="Assorted git-related scripts" |