diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-10-29 23:20:48 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-10-30 00:22:17 +0100 |
commit | 7f45ece5c0265d8d13071a9a1445f5c933c9f0ae (patch) | |
tree | dc7889287cf107c900e688dd79b815adc7ccabea /app-shells | |
parent | eclass/dotnet-pkg-base: add efsi function for running FSI (diff) | |
download | gentoo-7f45ece5c0265d8d13071a9a1445f5c933c9f0ae.tar.gz gentoo-7f45ece5c0265d8d13071a9a1445f5c933c9f0ae.tar.bz2 gentoo-7f45ece5c0265d8d13071a9a1445f5c933c9f0ae.zip |
app-shells/pwsh: use new efsi eclass function
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/pwsh/pwsh-7.4.1-r2.ebuild | 2 | ||||
-rw-r--r-- | app-shells/pwsh/pwsh-7.4.5-r2.ebuild | 2 | ||||
-rw-r--r-- | 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 } |