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 9C49615815E for ; Sun, 11 Feb 2024 11:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C5ADE2A2B; Sun, 11 Feb 2024 11:28:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FC7AE2A2B for ; Sun, 11 Feb 2024 11:28:12 +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 527AE343118 for ; Sun, 11 Feb 2024 11:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B21B414C5 for ; Sun, 11 Feb 2024 11:28:09 +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: <1707649978.067dab6059c794daae87c6f397459532af6f93fb.flow@gentoo> Subject: [gentoo-commits] proj/tex-overlay:main commit in: eclass/ X-VCS-Repository: proj/tex-overlay X-VCS-Files: eclass/texlive-common.eclass X-VCS-Directories: eclass/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 067dab6059c794daae87c6f397459532af6f93fb X-VCS-Branch: main Date: Sun, 11 Feb 2024 11:28:09 +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: cf776bfa-c1ae-41f9-9514-15d2ca653b40 X-Archives-Hash: 42e3574a240f15fdd8aab4f13389ef1a commit: 067dab6059c794daae87c6f397459532af6f93fb Author: Florian Schmaus gentoo org> AuthorDate: Sun Feb 11 11:12:58 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Feb 11 11:12:58 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=067dab60 texlive-common.eclass: add 'die' when invoking "texmf-update" Signed-off-by: Florian Schmaus gentoo.org> eclass/texlive-common.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass index fab6ff6..eb012f2 100644 --- a/eclass/texlive-common.eclass +++ b/eclass/texlive-common.eclass @@ -177,7 +177,7 @@ dobin_texmf_scripts() { etexmf-update() { if has_version 'app-text/texlive-core' ; then if [[ -z ${ROOT} && -x "${EPREFIX}"/usr/sbin/texmf-update ]] ; then - "${EPREFIX}"/usr/sbin/texmf-update + "${EPREFIX}"/usr/sbin/texmf-update || die else ewarn "Cannot run texmf-update for some reason." ewarn "Your texmf tree might be inconsistent with your configuration"