commit:     1fdb44de6d9a53e2a4c435a94e28db800e6d42af
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 12:53:31 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 16:24:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fdb44de

dev-lang/mond: use dotnet-pkg_force-compat

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/mond/mond-0.9.4-r2.ebuild | 11 +++--------
 1 file 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
 

Reply via email to