summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 12:33:59 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 12:38:24 +0100
commit6229410991a8fc5105b69e3e1d13fd5d475e5578 (patch)
tree94a84afe50570cbe0710090787bdf8d15a631662
parentapp-text/xlsx2csv: Remove py2 (diff)
downloadgentoo-62294109.tar.gz
gentoo-62294109.tar.bz2
gentoo-62294109.zip
app-text/xmldiff: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-text/xmldiff/xmldiff-1.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xmldiff/xmldiff-1.1.1.ebuild b/app-text/xmldiff/xmldiff-1.1.1.ebuild
index c09c04958826..08e9a9a605ff 100644
--- a/app-text/xmldiff/xmldiff-1.1.1.ebuild
+++ b/app-text/xmldiff/xmldiff-1.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1