From: Andreas Sturmlechner Date: Thu, 16 Apr 2020 23:03:17 +0000 (+0200) Subject: app-text/xmldiff: python3_8 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5f1727c84f6e1c0d96dc2def256fa2935acae483;p=gentoo.git app-text/xmldiff: python3_8 support Tests passed. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- 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