diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2021-08-09 15:18:36 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-13 22:41:15 +0200 |
commit | 41adf8eee71c603cb406e25a8d96cec7dde3bd11 (patch) | |
tree | e6d394697070c0a7eda6c64f00e205c96815096d /app-text | |
parent | kde-apps/konsole: Drop 21.08.0 (r0) (diff) | |
download | gentoo-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>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/htmlmin/htmlmin-0.1.12.ebuild | 4 |
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 |