commit: 7f45ece5c0265d8d13071a9a1445f5c933c9f0ae
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 22:20:48 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 23:22:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f45ece5
app-shells/pwsh: use new efsi eclass function
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-shells/pwsh/pwsh-7.4.1-r2.ebuild | 2 +-
app-shells/pwsh/pwsh-7.4.5-r2.ebuild | 2 +-
app-shells/pwsh/pwsh-7.4.6.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-shells/pwsh/pwsh-7.4.1-r2.ebuild
b/app-shells/pwsh/pwsh-7.4.1-r2.ebuild
index 029b12e0dff1..2bffc9480357 100644
--- a/app-shells/pwsh/pwsh-7.4.1-r2.ebuild
+++ b/app-shells/pwsh/pwsh-7.4.1-r2.ebuild
@@ -359,7 +359,7 @@ src_prepare() {
src_compile() {
einfo 'Copying DLL files for the missing "ref" directory'
- edotnet fsi "${FILESDIR}/pwsh-7.3.3-copy-ref.fsx" "${WORKDIR}/${P}_ref"
+ efsi "${FILESDIR}/pwsh-7.3.3-copy-ref.fsx" "${WORKDIR}/${P}_ref"
dotnet-pkg_src_compile
}
diff --git a/app-shells/pwsh/pwsh-7.4.5-r2.ebuild
b/app-shells/pwsh/pwsh-7.4.5-r2.ebuild
index 4f2443ed89d9..98367b55ff50 100644
--- a/app-shells/pwsh/pwsh-7.4.5-r2.ebuild
+++ b/app-shells/pwsh/pwsh-7.4.5-r2.ebuild
@@ -365,7 +365,7 @@ src_prepare() {
src_compile() {
einfo 'Copying DLL files for the missing "ref" directory'
- edotnet fsi "${FILESDIR}/pwsh-7.3.3-copy-ref.fsx" "${WORKDIR}/${P}_ref"
+ efsi "${FILESDIR}/pwsh-7.3.3-copy-ref.fsx" "${WORKDIR}/${P}_ref"
dotnet-pkg_src_compile
}
diff --git a/app-shells/pwsh/pwsh-7.4.6.ebuild
b/app-shells/pwsh/pwsh-7.4.6.ebuild
index 226021a28731..d171caf055f6 100644
--- a/app-shells/pwsh/pwsh-7.4.6.ebuild
+++ b/app-shells/pwsh/pwsh-7.4.6.ebuild
@@ -351,7 +351,7 @@ src_prepare() {
src_compile() {
einfo 'Copying DLL files for the missing "ref" directory'
- edotnet fsi "${FILESDIR}/pwsh-7.3.3-copy-ref.fsx" "${WORKDIR}/${P}_ref"
+ efsi "${FILESDIR}/pwsh-7.3.3-copy-ref.fsx" "${WORKDIR}/${P}_ref"
dotnet-pkg_src_compile
}