summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 21:56:43 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 22:00:12 +0100
commit8fb18f5ec3cc9364ceb12121d2198032f3734964 (patch)
treef4e08b404525a10fde3764f4ca53b1dca50a5865 /dev-vcs/git-tools/git-tools-2017.10.ebuild
parentdev-vcs/git-imerge: Remove py2 (diff)
downloadgentoo-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/git-tools-2017.10.ebuild')
-rw-r--r--dev-vcs/git-tools/git-tools-2017.10.ebuild2
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"