commit: e1ba111ea825b771541ccf989a67a855fd63eabc Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Thu Apr 4 08:14:57 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Apr 4 08:17:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ba111e
app-text/texlive-core: add 2023-r6 Unconditionally install xdvipdfmx and update tlpdb. Closes: https://bugs.gentoo.org/928288 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> .../{texlive-core-2023-r5.ebuild => texlive-core-2023-r6.ebuild} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app-text/texlive-core/texlive-core-2023-r5.ebuild b/app-text/texlive-core/texlive-core-2023-r6.ebuild similarity index 99% rename from app-text/texlive-core/texlive-core-2023-r5.ebuild rename to app-text/texlive-core/texlive-core-2023-r6.ebuild index 97eb9b1ca6a2..4c3cc6a99092 100644 --- a/app-text/texlive-core/texlive-core-2023-r5.ebuild +++ b/app-text/texlive-core/texlive-core-2023-r6.ebuild @@ -335,7 +335,7 @@ src_configure() { --enable-afm2pl=yes --enable-dvidvi=yes --enable-dviljk=yes - $(use_enable cjk dvipdfm-x) + --enable-dvipdfm-x --enable-dvipos=yes --enable-gregorio=yes --enable-gsftopk=yes @@ -475,4 +475,10 @@ pkg_postinst() { # eftmutil-sys here and the reasons why it sometimes fails. nonfatal etexmf-update nonfatal efmtutil-sys + + texlive-common_update_tlpdb +} + +pkg_postrm() { + texlive-common_update_tlpdb }
