summaryrefslogtreecommitdiff
path: root/app-text/htmlmin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-22 17:18:34 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-22 17:18:34 +0000
commitfd87b7c771378b2116981e3924bee5805148e118 (patch)
tree91ed28393c7b534787d3c073e269fe598d0fd535 /app-text/htmlmin
parent77b74be093bdf4a0ed4121acc3f8e229103cf004 (diff)
gentoo auto-resync : 22:11:2023 - 17:18:34
Diffstat (limited to 'app-text/htmlmin')
-rw-r--r--app-text/htmlmin/Manifest2
-rw-r--r--app-text/htmlmin/htmlmin-0.1.12-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/htmlmin/Manifest b/app-text/htmlmin/Manifest
index 862c902e8fe3..f8eecc71de91 100644
--- a/app-text/htmlmin/Manifest
+++ b/app-text/htmlmin/Manifest
@@ -1,3 +1,3 @@
DIST htmlmin-0.1.12.gh.tar.gz 134130 BLAKE2B 5a9996bfea469f273c37bd0bd72c0e27b8636cb4552681de1b7e9a4849ab215815f7fc8ce430392b8ca3a849b3e51d8188ca248a8ce23242905799258ceeae29 SHA512 6d9db4b6bcdd6d223be8b4e3830da4d63ac6d7d28ee83abd97809b0b901968c994c8434c992fbdd148101ba25d8d786c93657cb5f82881af44dadbba40bf3252
-EBUILD htmlmin-0.1.12-r1.ebuild 721 BLAKE2B 6f8cf7c97bec476ff25c48338bdf90d79451566c826cabe60444e099ec87ba84f2d995407e880df1aee1363816b2d2a1c122caf216afb7cec7da55db0088e54d SHA512 e349c8341317f963e27fa10114c5a137069ba6adc9b96210a569b6d7d1cf15d37785bf7ebf6a6689b314a05d7d8356304cd8e857324eb7a628250f615984dc19
+EBUILD htmlmin-0.1.12-r1.ebuild 727 BLAKE2B 38e2aeb0005d981f96d5d4ac00b787e8e3366a90575216df4c6f0088354e52fb608ebf8609cff6eb7d2b0d8c296942a322edb5c125e077429e45320dce097822 SHA512 18f22a4c2191de4d2dd423d4c817a9eb4464273dc8b096e1a8de89cf95bdf88a9b0b7ebcc356a1c091ff27cb3202d553a34ec36e59cf7bdf67981bec54bcc2f6
MISC metadata.xml 503 BLAKE2B 120b7dfe5ecbbdf5b28ac559893d991071c39a34644aa6556abbf8c58c91f908003240f647ccbf58d6e1e776130e72a95bae033a07272ad213673960217acd9e SHA512 dbd48a6b9caca3a7c2e4789653c133321a6e42da5cde9b552c527d5afde0e0c7c0ee25a4712822a4bc1768424c0e3d7216f6d56a24899f2f0aed0b6a20bee61e
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