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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0A2515815E for ; Mon, 12 Feb 2024 09:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F3C5E29F5; Mon, 12 Feb 2024 09:30:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 801C5E29F5 for ; Mon, 12 Feb 2024 09:30:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 557E8343075 for ; Mon, 12 Feb 2024 09:30:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AADE814C3 for ; Mon, 12 Feb 2024 09:30:20 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1707730211.26829570ca8dd60c2d518a2ddb69a63506b4de6f.flow@gentoo> Subject: [gentoo-commits] proj/tex-overlay:main commit in: app-text/texlive-core/ X-VCS-Repository: proj/tex-overlay X-VCS-Files: app-text/texlive-core/texlive-core-2023.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 26829570ca8dd60c2d518a2ddb69a63506b4de6f X-VCS-Branch: main Date: Mon, 12 Feb 2024 09:30:20 +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: b713245b-0104-4b1c-a1b2-7ac3c04c39c6 X-Archives-Hash: 9ae03fafe93def66c0979bb07dc21744 commit: 26829570ca8dd60c2d518a2ddb69a63506b4de6f Author: Florian Schmaus gentoo org> AuthorDate: Mon Feb 12 09:29:50 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Feb 12 09:30:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=26829570 app-text/texlive-core: add note about not using 'die' Signed-off-by: Florian Schmaus gentoo.org> app-text/texlive-core/texlive-core-2023.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-text/texlive-core/texlive-core-2023.ebuild b/app-text/texlive-core/texlive-core-2023.ebuild index 644f9e4..f09dc64 100644 --- a/app-text/texlive-core/texlive-core-2023.ebuild +++ b/app-text/texlive-core/texlive-core-2023.ebuild @@ -742,6 +742,10 @@ src_install() { pkg_postinst() { etexmf-update + # Note that the fmtutil-sys call has no "|| die" attached to it. We + # are here in pkg_postinst where invoking die is not sensible. + # TODO: Research the rationale of calling fmtutil-sys here and the + # reasons why it fails. einfo "Regenerating TeX formats" fmtutil-sys --all &> /dev/null