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 3EEED158232 for ; Fri, 6 Dec 2024 09:14:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80735E0A68; Fri, 6 Dec 2024 09:13:59 +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 8D72CE0A68 for ; Fri, 6 Dec 2024 09:13:58 +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 557F9335D6D for ; Fri, 6 Dec 2024 09:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A0A1AED for ; Fri, 6 Dec 2024 09:13:55 +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: <1733476402.c1719c4c3b82753c1d49c54da83b621e228dcaad.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-context/ X-VCS-Repository: repo/gentoo 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: c1719c4c3b82753c1d49c54da83b621e228dcaad X-VCS-Branch: master Date: Fri, 6 Dec 2024 09:13:55 +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: 9c4b8fee-718e-4cc6-8f9a-dc00db88effd X-Archives-Hash: a17b68eb1bc66b5eb797d00fd9a06855 commit: c1719c4c3b82753c1d49c54da83b621e228dcaad Author: Florian Schmaus gentoo org> AuthorDate: Fri Dec 6 09:10:16 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 6 09:13:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1719c4c 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 a2adf89e5d1e..23e82b053ca1 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() {