commit: 8272446c514345eb25839f4e8ab31175c6f5317f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 05:48:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 07:06:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8272446c
app-text/htmlmin: Port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-text/htmlmin/htmlmin-0.1.12.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild
b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index 8a3fcf08008..080c078b222 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1