From 1873d28f53de9f41ebb0f292c4b2cdc99a3a4b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 7 Jun 2024 13:50:30 +0200 Subject: [PATCH] app-shells/fsh: bump DOTNET_PKG_COMPAT to 8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- ...h-1.0.0_p20220816.ebuild => fsh-1.0.0_p20220816-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-shells/fsh/{fsh-1.0.0_p20220816.ebuild => fsh-1.0.0_p20220816-r1.ebuild} (99%) diff --git a/app-shells/fsh/fsh-1.0.0_p20220816.ebuild b/app-shells/fsh/fsh-1.0.0_p20220816-r1.ebuild similarity index 99% rename from app-shells/fsh/fsh-1.0.0_p20220816.ebuild rename to app-shells/fsh/fsh-1.0.0_p20220816-r1.ebuild index 6e984143f78fc..fb94a4628dfeb 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[@]}" )