summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-02-10 13:53:31 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-02-10 17:24:48 +0100
commit1fdb44de6d9a53e2a4c435a94e28db800e6d42af (patch)
treefb51603616c9ac8fb338a2ebd63a94714b767dee /dev-lang/mond
parentdev-lang/boogie: drop old 3.0.8 (diff)
downloadgentoo-1fdb44de6d9a53e2a4c435a94e28db800e6d42af.tar.gz
gentoo-1fdb44de6d9a53e2a4c435a94e28db800e6d42af.tar.bz2
gentoo-1fdb44de6d9a53e2a4c435a94e28db800e6d42af.zip
dev-lang/mond: use dotnet-pkg_force-compat
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/mond')
-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