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 A033B15806E for ; Fri, 2 Jun 2023 16:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C64E4E096E; Fri, 2 Jun 2023 16:06:49 +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 83657E0935 for ; Fri, 2 Jun 2023 16:06:49 +0000 (UTC) From: =?UTF-8?q?Ulrich=20M=C3=BCller?= To: gentoo-dev@lists.gentoo.org Cc: tex@gentoo.org, =?UTF-8?q?Ulrich=20M=C3=BCller?= Subject: [gentoo-dev] [PATCH 3/3] texlive-module.eclass: Whitespace Date: Fri, 2 Jun 2023 18:06:06 +0200 Message-Id: <20230602160606.24894-3-ulm@gentoo.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230602160606.24894-1-ulm@gentoo.org> References: <20230602160606.24894-1-ulm@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 8c475f97-796c-42ee-b2fa-558cb2b1a021 X-Archives-Hash: e329c1586224981742e1954a4abc72d8 Signed-off-by: Ulrich Müller --- eclass/texlive-module.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index a5c86b65cef0..f9907ab7b617 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-module.eclass @@ -341,8 +341,8 @@ texlive-module_src_compile() { done # Determine texlive-core version for fmtutil call - fmt_call="$(has_version '>=app-text/texlive-core-2019' \ - && echo "fmtutil-user" || echo "fmtutil")" + fmt_call="$(has_version '>=app-text/texlive-core-2019' \ + && echo "fmtutil-user" || echo "fmtutil")" # Build format files for i in texmf-dist/fmtutil/format*.cnf; do @@ -402,7 +402,6 @@ texlive-module_src_install() { cp -pR tlpkg "${ED}/usr/share/" || die fi - if [[ -d texmf-var ]]; then insinto /var/lib/texmf doins -r texmf-var/. -- 2.40.1