From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 671A2138334 for ; Tue, 11 Jun 2019 16:32:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 511A2E08F2; Tue, 11 Jun 2019 16:32:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37277E08F2 for ; Tue, 11 Jun 2019 16:32:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01DC6345E80 for ; Tue, 11 Jun 2019 16:32:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0080614 for ; Tue, 11 Jun 2019 16:32:30 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1560270731.2090f6568ccf19ae10e4520b56163048819e42ba.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/texlive-core-2019-r3.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2090f6568ccf19ae10e4520b56163048819e42ba X-VCS-Branch: master Date: Tue, 11 Jun 2019 16:32:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cbcf68f-0a8d-402f-9392-7ec91a010330 X-Archives-Hash: 16be06c1a43ee861fdb519fc95de3d2c commit: 2090f6568ccf19ae10e4520b56163048819e42ba Author: Mikle Kolyada gentoo org> AuthorDate: Tue Jun 11 16:32:11 2019 +0000 Commit: Mikle Kolyada gentoo 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 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,"