summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-08-20 03:39:19 +0200
committerMichał Górny <mgorny@gentoo.org>2024-08-20 03:39:19 +0200
commitf8d6efdd32e1a75908880541c0fd640ea23d261a (patch)
tree19515b5c5dc9ec81cc90a91bf9aac4a37bfe7dc2 /app-text
parentdev-python/mkdocs-material: Bump to 9.5.32 (diff)
downloadgentoo-f8d6efdd32e1a75908880541c0fd640ea23d261a.tar.gz
gentoo-f8d6efdd32e1a75908880541c0fd640ea23d261a.tar.bz2
gentoo-f8d6efdd32e1a75908880541c0fd640ea23d261a.zip
app-text/htmlmin: Require dev-python/legacy-cgi for 3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/htmlmin/htmlmin-0.1.12-r2.ebuild (renamed from app-text/htmlmin/htmlmin-0.1.12-r1.ebuild)6
1 files changed, 6 insertions, 0 deletions
diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild b/app-text/htmlmin/htmlmin-0.1.12-r2.ebuild
index 4c8e54fb26ef..a70d4399962c 100644
--- a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12-r2.ebuild
@@ -21,6 +21,12 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
+RDEPEND="
+ $(python_gen_cond_dep '
+ dev-python/legacy-cgi[${PYTHON_USEDEP}]
+ ' 3.13)
+"
+
distutils_enable_tests setup.py
src_prepare() {