app-text/xmldiff: python3_8 support
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 16 Apr 2020 23:03:17 +0000 (01:03 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 17 Apr 2020 00:04:02 +0000 (02:04 +0200)
Tests passed.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-text/xmldiff/xmldiff-2.3.ebuild

index 2b4aa9c673442df2595a34c9fd91aa46f79fa88e..1ed202bb4aaae6556e042a3687ab8360ec83557b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 inherit distutils-r1