diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-02-28 13:59:59 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-02-28 13:59:59 +0100 |
commit | 9ae25d67de9b8ad4d1b860273f39b2306119dbae (patch) | |
tree | 494e328f27888d790c33ec1b40b2a96e4109fb62 | |
parent | dev-tex/tex4ht: add 20230311_p69739, drop 20230311_p68735 (diff) | |
download | tex-overlay-9ae25d67de9b8ad4d1b860273f39b2306119dbae.tar.gz tex-overlay-9ae25d67de9b8ad4d1b860273f39b2306119dbae.tar.bz2 tex-overlay-9ae25d67de9b8ad4d1b860273f39b2306119dbae.zip |
app-text/texlive: refine tex4ht version requirement
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r-- | app-text/texlive/texlive-2023.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/texlive/texlive-2023.ebuild b/app-text/texlive/texlive-2023.ebuild index e7471a9..71996e8 100644 --- a/app-text/texlive/texlive-2023.ebuild +++ b/app-text/texlive/texlive-2023.ebuild @@ -58,7 +58,7 @@ RDEPEND="${DEPEND} context? ( >=${TEXLIVE_CAT}/texlive-context-${PV} ) games? ( >=${TEXLIVE_CAT}/texlive-games-${PV} ) humanities? ( >=${TEXLIVE_CAT}/texlive-humanities-${PV} ) - tex4ht? ( >=dev-tex/tex4ht-20230311_p68735 ) + tex4ht? ( >=dev-tex/tex4ht-20230311_p69739 ) xml? ( >=${TEXLIVE_CAT}/texlive-formatsextra-${PV} ) l10n_af? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) l10n_ar? ( >=${TEXLIVE_CAT}/texlive-langarabic-${PV} ) |