summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gmail.com>2021-08-09 15:18:36 +0300
committerMichał Górny <mgorny@gentoo.org>2021-08-13 22:41:15 +0200
commit41adf8eee71c603cb406e25a8d96cec7dde3bd11 (patch)
treee6d394697070c0a7eda6c64f00e205c96815096d
parentkde-apps/konsole: Drop 21.08.0 (r0) (diff)
downloadgentoo-41adf8eee71c603cb406e25a8d96cec7dde3bd11.tar.gz
gentoo-41adf8eee71c603cb406e25a8d96cec7dde3bd11.tar.bz2
gentoo-41adf8eee71c603cb406e25a8d96cec7dde3bd11.zip
app-text/htmlmin: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-text/htmlmin/htmlmin-0.1.12.ebuild4
1 files 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 c58e6016ce1d..3de7dca9ebd5 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
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1