commit: 3219535641cb49fa2fa1aff4a2bf591bac284fbd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jun 2 17:48:33 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 2 18:19:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32195356
app-text/htmlmin: Enable py3.12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-text/htmlmin/htmlmin-0.1.12-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild index f3ac4fdbd2f1..d575466d0ea4 100644 --- a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild +++ b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild @@ -3,8 +3,9 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 # upstream doesn't do tags much