summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-17 01:03:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-17 02:04:02 +0200
commit5f1727c84f6e1c0d96dc2def256fa2935acae483 (patch)
treed0f5d9863c2b36183dcfddf95d162dc9a8aa94e4 /app-text/xmldiff
parentsys-apps/fd: bump to 8.0.0 (diff)
downloadgentoo-5f1727c84f6e1c0d96dc2def256fa2935acae483.tar.gz
gentoo-5f1727c84f6e1c0d96dc2def256fa2935acae483.tar.bz2
gentoo-5f1727c84f6e1c0d96dc2def256fa2935acae483.zip
app-text/xmldiff: python3_8 support
Tests passed. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/xmldiff')
-rw-r--r--app-text/xmldiff/xmldiff-2.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xmldiff/xmldiff-2.3.ebuild b/app-text/xmldiff/xmldiff-2.3.ebuild
index 2b4aa9c67344..1ed202bb4aaa 100644
--- a/app-text/xmldiff/xmldiff-2.3.ebuild
+++ b/app-text/xmldiff/xmldiff-2.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS="rdepend"
inherit distutils-r1