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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26F85158232 for ; Fri, 6 Dec 2024 09:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F71EE0A90; Fri, 6 Dec 2024 09:14:13 +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 0BD46E0A82 for ; Fri, 6 Dec 2024 09:14:13 +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 EC3F7335D6D for ; Fri, 6 Dec 2024 09:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 383E4AED for ; Fri, 6 Dec 2024 09:14:10 +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: <1733476289.39d3bab71c33f42ebbea56508491e21757216c83.flow@gentoo> Subject: [gentoo-commits] proj/tex-overlay:main commit in: dev-texlive/texlive-context/ X-VCS-Repository: proj/tex-overlay X-VCS-Files: dev-texlive/texlive-context/texlive-context-2024_p72727.ebuild X-VCS-Directories: dev-texlive/texlive-context/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 39d3bab71c33f42ebbea56508491e21757216c83 X-VCS-Branch: main Date: Fri, 6 Dec 2024 09:14:10 +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: fc6a0e32-3ef7-491a-b80a-07c3e9d43a71 X-Archives-Hash: 89e49a76a2d652526fcf27f46e3ca5d0 commit: 39d3bab71c33f42ebbea56508491e21757216c83 Author: Florian Schmaus gentoo org> AuthorDate: Fri Dec 6 09:11:29 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 6 09:11:29 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=39d3bab7 dev-texlive/texlive-context: fix BINSCRIPTS path Closes: https://bugs.gentoo.org/945913 Signed-off-by: Florian Schmaus gentoo.org> .../texlive-context/texlive-context-2024_p72727.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-texlive/texlive-context/texlive-context-2024_p72727.ebuild b/dev-texlive/texlive-context/texlive-context-2024_p72727.ebuild index a2adf89..23e82b0 100644 --- a/dev-texlive/texlive-context/texlive-context-2024_p72727.ebuild +++ b/dev-texlive/texlive-context/texlive-context-2024_p72727.ebuild @@ -76,18 +76,18 @@ DEPEND=" " TEXLIVE_MODULE_BINSCRIPTS=" - texmf-dist/scripts/context/stubs-mkiv/unix/contextjit - texmf-dist/scripts/context/stubs-mkiv/unix/luatools - texmf-dist/scripts/context/stubs-mkiv/unix/mtxrunjit + texmf-dist/scripts/context-texlive/stubs-mkiv/unix/contextjit + texmf-dist/scripts/context-texlive/stubs-mkiv/unix/luatools + texmf-dist/scripts/context-texlive/stubs-mkiv/unix/mtxrunjit - texmf-dist/scripts/context/stubs/unix/texexec - texmf-dist/scripts/context/stubs/unix/texmfstart + texmf-dist/scripts/context-texlive/stubs/unix/texexec + texmf-dist/scripts/context-texlive/stubs/unix/texmfstart " src_prepare() { default # No need to install these .exe - rm -rf texmf-dist/scripts/context/stubs/{mswin,win64} || die + rm -r texmf-dist/scripts/context-texlive/stubs/win64 || die } src_install() {