From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mond/
Date: Sun, 17 Dec 2023 21:45:49 +0000 (UTC) [thread overview]
Message-ID: <1702849545.792f13c208290681a4b35214d8b7ee3aa2cd8ef1.xgqt@gentoo> (raw)
commit: 792f13c208290681a4b35214d8b7ee3aa2cd8ef1
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 20:36:17 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 21:45:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792f13c2
dev-lang/mond: bump DOTNET_PKG_COMPAT to 8.0
Closes: https://bugs.gentoo.org/920110
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-lang/mond/{mond-0.9.4-r1.ebuild => mond-0.9.4-r2.ebuild} | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/dev-lang/mond/mond-0.9.4-r1.ebuild b/dev-lang/mond/mond-0.9.4-r2.ebuild
similarity index 91%
rename from dev-lang/mond/mond-0.9.4-r1.ebuild
rename to dev-lang/mond/mond-0.9.4-r2.ebuild
index cb880bcdd1f7..81202e70121b 100644
--- a/dev-lang/mond/mond-0.9.4-r1.ebuild
+++ b/dev-lang/mond/mond-0.9.4-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-DOTNET_PKG_COMPAT=7.0
+DOTNET_PKG_COMPAT=8.0
NUGETS="
fleck@1.2.0
microsoft.build.tasks.git@1.1.1
@@ -103,8 +103,13 @@ LICENSE="MIT"
SLOT="0"
DOTNET_PKG_PROJECTS=( Mond.Repl/Mond.Repl.csproj )
-DOTNET_PKG_BUILD_EXTRA_ARGS=( -p:RollForward=Major )
-DOTNET_PKG_TEST_EXTRA_ARGS=( -p:RollForward=Major )
+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 )
next reply other threads:[~2023-12-17 21:45 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-17 21:45 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 22:35 [gentoo-commits] repo/gentoo:master commit in: dev-lang/mond/ Maciej Barć
2024-07-09 2:56 Sam James
2024-06-08 16:15 Maciej Barć
2024-06-08 16:15 Maciej Barć
2024-06-07 13:00 Maciej Barć
2024-04-04 19:01 Maciej Barć
2024-04-04 9:01 Jakov Smolić
2024-02-18 19:56 Maciej Barć
2024-02-17 21:56 Maciej Barć
2024-02-10 16:24 Maciej Barć
2023-10-12 15:52 Maciej Barć
2023-10-07 22:39 Maciej Barć
2023-09-18 21:27 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1702849545.792f13c208290681a4b35214d8b7ee3aa2cd8ef1.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox