diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-17 01:03:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-17 02:04:02 +0200 |
commit | 5f1727c84f6e1c0d96dc2def256fa2935acae483 (patch) | |
tree | d0f5d9863c2b36183dcfddf95d162dc9a8aa94e4 /app-text/xmldiff | |
parent | sys-apps/fd: bump to 8.0.0 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |