summaryrefslogtreecommitdiff
path: root/dev-lang/mond/mond-0.9.4-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-10 17:34:25 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-10 17:34:25 +0000
commit0bb42730e8fc9c8e571f12e3189c6c6f8d532c24 (patch)
treecba6032fbed30be2b0764494607c3ec9dda0c18a /dev-lang/mond/mond-0.9.4-r2.ebuild
parentcc901a8ce7c6bfe97e3b4f048619693d360ae348 (diff)
gentoo auto-resync : 10:02:2024 - 17:34:25
Diffstat (limited to 'dev-lang/mond/mond-0.9.4-r2.ebuild')
-rw-r--r--dev-lang/mond/mond-0.9.4-r2.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/dev-lang/mond/mond-0.9.4-r2.ebuild b/dev-lang/mond/mond-0.9.4-r2.ebuild
index 81202e70121b..4ee2c86a1af1 100644
--- a/dev-lang/mond/mond-0.9.4-r2.ebuild
+++ b/dev-lang/mond/mond-0.9.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -103,16 +103,11 @@ LICENSE="MIT"
SLOT="0"
DOTNET_PKG_PROJECTS=( Mond.Repl/Mond.Repl.csproj )
-DOTNET_PKG_RESTORE_EXTRA_ARGS=(
- -p:RollForward=Major
- -p:TargetFramework="net${DOTNET_PKG_COMPAT}"
- -p:TargetFrameworks="net${DOTNET_PKG_COMPAT}"
-)
-DOTNET_PKG_BUILD_EXTRA_ARGS=( "${DOTNET_PKG_RESTORE_EXTRA_ARGS[@]}" )
-DOTNET_PKG_TEST_EXTRA_ARGS=( "${DOTNET_PKG_RESTORE_EXTRA_ARGS[@]}" )
DOCS=( README.md Examples )
+dotnet-pkg_force-compat
+
src_unpack() {
dotnet-pkg_src_unpack