projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96c2169
)
app-text/xmldiff: python3_8 support
author
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 16 Apr 2020 23:03:17 +0000
(
01:03
+0200)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/app-text/xmldiff/xmldiff-2.3.ebuild
b/app-text/xmldiff/xmldiff-2.3.ebuild
index 2b4aa9c673442df2595a34c9fd91aa46f79fa88e..1ed202bb4aaae6556e042a3687ab8360ec83557b 100644
(file)
--- 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