summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-24 07:48:52 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-24 09:06:51 +0200
commit8272446c514345eb25839f4e8ab31175c6f5317f (patch)
tree96f6a87609089c08c18a8894267063225795a648 /app-text
parentapp-text/htmlmin: Enable tests (diff)
downloadgentoo-8272446c514345eb25839f4e8ab31175c6f5317f.tar.gz
gentoo-8272446c514345eb25839f4e8ab31175c6f5317f.tar.bz2
gentoo-8272446c514345eb25839f4e8ab31175c6f5317f.zip
app-text/htmlmin: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-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 8a3fcf08008f..080c078b2222 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