diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-20 03:39:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-20 03:39:19 +0200 |
commit | f8d6efdd32e1a75908880541c0fd640ea23d261a (patch) | |
tree | 19515b5c5dc9ec81cc90a91bf9aac4a37bfe7dc2 /app-text | |
parent | dev-python/mkdocs-material: Bump to 9.5.32 (diff) | |
download | gentoo-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() { |