summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 12:28:26 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 12:38:03 +0100
commitbe674499f61b10aa591f3af4bc10e24aabe46b61 (patch)
treee39384650ac0a415ee67e9d513e8b22e04d81fad
parentapp-misc/chkcrontab: Remove py2 (diff)
downloadgentoo-be674499.tar.gz
gentoo-be674499.tar.bz2
gentoo-be674499.zip
app-misc/icdiff: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-misc/icdiff/icdiff-1.9.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/icdiff/icdiff-1.9.1.ebuild b/app-misc/icdiff/icdiff-1.9.1.ebuild
index 687c0aaf44b5..970ccd6a9fbf 100644
--- a/app-misc/icdiff/icdiff-1.9.1.ebuild
+++ b/app-misc/icdiff/icdiff-1.9.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1