summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-22 13:17:22 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-22 13:40:26 +0100
commitf0f8a09225029b312c079037b259367628a9b563 (patch)
treef7120f2e3cd95ebdefff86e256a3b6f7e9b7c298 /app-text/htmlmin
parentdev-python/csscompressor: enable pypy3 (diff)
downloadgentoo-f0f8a09225029b312c079037b259367628a9b563.tar.gz
gentoo-f0f8a09225029b312c079037b259367628a9b563.tar.bz2
gentoo-f0f8a09225029b312c079037b259367628a9b563.zip
app-text/htmlmin: enable pypy3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'app-text/htmlmin')
-rw-r--r--app-text/htmlmin/htmlmin-0.1.12-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
index d575466d0ea4..1487c99fe5ce 100644
--- a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1