summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-06-07 13:50:30 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-06-07 14:57:47 +0200
commit1873d28f53de9f41ebb0f292c4b2cdc99a3a4b30 (patch)
tree64f9324448d0782715707ca0232b8f253bc95249 /app-shells/fsh
parentdev-db/litedb: bump DOTNET_PKG_COMPAT to 8.0 (diff)
downloadgentoo-1873d28f53de9f41ebb0f292c4b2cdc99a3a4b30.tar.gz
gentoo-1873d28f53de9f41ebb0f292c4b2cdc99a3a4b30.tar.bz2
gentoo-1873d28f53de9f41ebb0f292c4b2cdc99a3a4b30.zip
app-shells/fsh: bump DOTNET_PKG_COMPAT to 8.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-shells/fsh')
-rw-r--r--app-shells/fsh/fsh-1.0.0_p20220816-r1.ebuild (renamed from app-shells/fsh/fsh-1.0.0_p20220816.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/fsh/fsh-1.0.0_p20220816.ebuild b/app-shells/fsh/fsh-1.0.0_p20220816-r1.ebuild
index 6e984143f78f..fb94a4628dfe 100644
--- a/app-shells/fsh/fsh-1.0.0_p20220816.ebuild
+++ b/app-shells/fsh/fsh-1.0.0_p20220816-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-DOTNET_PKG_COMPAT=7.0
+DOTNET_PKG_COMPAT=8.0
NUGETS="
dotnet-xunit@2.3.1
fsharp.compiler.service@26.0.1
@@ -291,7 +291,7 @@ SRC_URI+=" ${NUGET_URIS} "
LICENSE="MIT"
SLOT="0"
-DOTNET_PKG_PROJECTS=( src/FSH.fsproj )
+DOTNET_PKG_PROJECTS=( "src/${PN^^}.fsproj" )
DOTNET_PKG_BUILD_EXTRA_ARGS=( -p:RollForward=Major )
DOTNET_PKG_TEST_EXTRA_ARGS=( "${DOTNET_PKG_BUILD_EXTRA_ARGS[@]}" )