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 CA55A158041 for ; Thu, 4 Apr 2024 08:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E8EBE2A9E; Thu, 4 Apr 2024 08:39:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0607DE2A9E for ; Thu, 4 Apr 2024 08:39:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5288A34309B for ; Thu, 4 Apr 2024 08:39:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E74851564 for ; Thu, 4 Apr 2024 08:39:39 +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: <1712164309.e68d8092639d087b693dd26d80c688c697df19a2.flow@gentoo> Subject: [gentoo-commits] proj/tex-overlay:main commit in: eclass/ X-VCS-Repository: proj/tex-overlay X-VCS-Files: eclass/texlive-module.eclass X-VCS-Directories: eclass/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e68d8092639d087b693dd26d80c688c697df19a2 X-VCS-Branch: main Date: Thu, 4 Apr 2024 08:39:39 +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: d5896b53-d074-4eb8-b585-29ad083f4f16 X-Archives-Hash: 3306fa3dae3b7b413043c4addc9bd85f commit: e68d8092639d087b693dd26d80c688c697df19a2 Author: Florian Schmaus gentoo org> AuthorDate: Wed Apr 3 17:11:49 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Apr 3 17:11:49 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=e68d8092 texlive-module.eclass: shorten ebegin message Signed-off-by: Florian Schmaus gentoo.org> eclass/texlive-module.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index a79b675..bfe5e12 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-module.eclass @@ -435,7 +435,7 @@ texlive-module_update_tlpdb() { local tlpobj="${tlpkg}"/tlpobj local tlpdb="${tlpkg}"/texlive.tlpdb - ebegin "Regenerating TexLive package database (${tlpdb}, ${EBUILD_PHASE})" + ebegin "Regenerating TexLive package database" local new_tlpdb="${T}"/texlive.tlpdb