commit: 1873d28f53de9f41ebb0f292c4b2cdc99a3a4b30
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 7 11:50:30 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 7 12:57:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1873d28f
app-shells/fsh: bump DOTNET_PKG_COMPAT to 8.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../fsh/{fsh-1.0.0_p20220816.ebuild => fsh-1.0.0_p20220816-r1.ebuild} | 4 ++--
1 file 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
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 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="
[email protected]
[email protected]
@@ -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[@]}" )