commit:     2090f6568ccf19ae10e4520b56163048819e42ba
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 16:32:11 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 16:32:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2090f656

app-text/texlive-core: Drop forced die on fmtutil-sys

This should not *always* die as formats may not exist yet

Closes: https://bugs.gentoo.org/687866
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-text/texlive-core/texlive-core-2019-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/texlive-core/texlive-core-2019-r3.ebuild 
b/app-text/texlive-core/texlive-core-2019-r3.ebuild
index 9d69be1de7f..6c3e6dd09a6 100644
--- a/app-text/texlive-core/texlive-core-2019-r3.ebuild
+++ b/app-text/texlive-core/texlive-core-2019-r3.ebuild
@@ -330,7 +330,7 @@ pkg_postinst() {
        etexmf-update
 
        einfo "Regenerating TeX formats"
-       fmtutil-sys --all &> /dev/null || die
+       fmtutil-sys --all &> /dev/null
 
        elog
        elog "If you have configuration files in ${EPREFIX}/etc/texmf to merge,"

Reply via email to