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 D11ED158089 for ; Wed, 11 Oct 2023 00:19:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DD252BC01D; Wed, 11 Oct 2023 00:19:43 +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 785502BC01A for ; Wed, 11 Oct 2023 00:19:43 +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 6D60E335C56 for ; Wed, 11 Oct 2023 00:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD0CDEBF for ; Wed, 11 Oct 2023 00:19:40 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1696983576.126d6a3c13bbc373a10cff4aa8f2a37d9e5c7f9e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/pwsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/pwsh/pwsh-7.3.6-r1.ebuild app-shells/pwsh/pwsh-7.3.6.ebuild app-shells/pwsh/pwsh-7.3.7-r1.ebuild app-shells/pwsh/pwsh-7.3.7.ebuild X-VCS-Directories: app-shells/pwsh/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 126d6a3c13bbc373a10cff4aa8f2a37d9e5c7f9e X-VCS-Branch: master Date: Wed, 11 Oct 2023 00:19:40 +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: cfdcafa4-5ccc-4995-ba4f-e441f95bdf41 X-Archives-Hash: cc4324eb037a6fa285991a4e029860f1 commit: 126d6a3c13bbc373a10cff4aa8f2a37d9e5c7f9e Author: Maciej Barć gentoo org> AuthorDate: Tue Oct 10 23:03:24 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Oct 11 00:19:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126d6a3c app-shells/pwsh: fix Gentoo-managed PSModulePath Signed-off-by: Maciej Barć gentoo.org> app-shells/pwsh/{pwsh-7.3.6.ebuild => pwsh-7.3.6-r1.ebuild} | 2 +- app-shells/pwsh/{pwsh-7.3.7.ebuild => pwsh-7.3.7-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/pwsh/pwsh-7.3.6.ebuild b/app-shells/pwsh/pwsh-7.3.6-r1.ebuild similarity index 99% rename from app-shells/pwsh/pwsh-7.3.6.ebuild rename to app-shells/pwsh/pwsh-7.3.6-r1.ebuild index 63c8e6a97917..7c6152bab8b0 100644 --- a/app-shells/pwsh/pwsh-7.3.6.ebuild +++ b/app-shells/pwsh/pwsh-7.3.6-r1.ebuild @@ -373,7 +373,7 @@ src_install() { done dotnet-pkg-base_append_launchervar \ - 'PSModulePath="${PSModulePath}:/usr/share/GentooPowerShell/Modules:"' + 'PSModulePath="${PSModulePath}:${EPREFIX}/usr/share/GentooPowerShell/Modules:"' dotnet-pkg-base_install "${dest_root}" dotnet-pkg-base_dolauncher "${dest_root}/pwsh" "pwsh-${SLOT}" diff --git a/app-shells/pwsh/pwsh-7.3.7.ebuild b/app-shells/pwsh/pwsh-7.3.7-r1.ebuild similarity index 99% rename from app-shells/pwsh/pwsh-7.3.7.ebuild rename to app-shells/pwsh/pwsh-7.3.7-r1.ebuild index 8c984c6607e2..4997a8dcc5e5 100644 --- a/app-shells/pwsh/pwsh-7.3.7.ebuild +++ b/app-shells/pwsh/pwsh-7.3.7-r1.ebuild @@ -378,7 +378,7 @@ src_install() { done dotnet-pkg-base_append_launchervar \ - 'PSModulePath="${PSModulePath}:/usr/share/GentooPowerShell/Modules:"' + 'PSModulePath="${PSModulePath}:${EPREFIX}/usr/share/GentooPowerShell/Modules:"' dotnet-pkg-base_install "${dest_root}" dotnet-pkg-base_dolauncher "${dest_root}/pwsh" "pwsh-${SLOT}"