summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 12:29:19 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 12:38:07 +0100
commit6d81b4c4503396cb0b1c2daad235eb25d960c9f3 (patch)
tree1b806d40de98c3b1a9f8c605f1873688bedb7007 /app-portage/diffmask/diffmask-9999.ebuild
parentapp-misc/tmux2html: Remove py2 (diff)
downloadgentoo-6d81b4c4503396cb0b1c2daad235eb25d960c9f3.tar.gz
gentoo-6d81b4c4503396cb0b1c2daad235eb25d960c9f3.tar.bz2
gentoo-6d81b4c4503396cb0b1c2daad235eb25d960c9f3.zip
app-portage/diffmask: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/diffmask/diffmask-9999.ebuild')
-rw-r--r--app-portage/diffmask/diffmask-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index e644b0bc2a5e..b1bce60981a1 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 git-r3