From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F818158089 for ; Thu, 12 Oct 2023 15:52:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76BF42BC01F; Thu, 12 Oct 2023 15:52:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 551382BC01E for ; Thu, 12 Oct 2023 15:52:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A76C335C31 for ; Thu, 12 Oct 2023 15:52:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C394D115C for ; Thu, 12 Oct 2023 15:52:32 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1697125948.db12c9b91a5859128b020c9b735e20b94708a605.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mond/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mond/mond-0.9.4-r1.ebuild X-VCS-Directories: dev-lang/mond/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: db12c9b91a5859128b020c9b735e20b94708a605 X-VCS-Branch: master Date: Thu, 12 Oct 2023 15:52:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 957608c4-9108-4030-acf7-97551d81c11d X-Archives-Hash: f32b5eaf299da93b7c22ae19b793c9f8 commit: db12c9b91a5859128b020c9b735e20b94708a605 Author: Maciej Barć gentoo org> AuthorDate: Thu Oct 12 08:27:22 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Oct 12 15:52:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db12c9b9 dev-lang/mond: use DOTNET_PKG_TEST_EXTRA_ARGS Signed-off-by: Maciej Barć gentoo.org> dev-lang/mond/mond-0.9.4-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-lang/mond/mond-0.9.4-r1.ebuild b/dev-lang/mond/mond-0.9.4-r1.ebuild index 1b9f50069855..cb880bcdd1f7 100644 --- a/dev-lang/mond/mond-0.9.4-r1.ebuild +++ b/dev-lang/mond/mond-0.9.4-r1.ebuild @@ -102,8 +102,9 @@ SRC_URI+=" ${NUGET_URIS} " LICENSE="MIT" SLOT="0" -DOTNET_PKG_BUILD_EXTRA_ARGS=( -p:RollForward=Major ) DOTNET_PKG_PROJECTS=( Mond.Repl/Mond.Repl.csproj ) +DOTNET_PKG_BUILD_EXTRA_ARGS=( -p:RollForward=Major ) +DOTNET_PKG_TEST_EXTRA_ARGS=( -p:RollForward=Major ) DOCS=( README.md Examples ) @@ -115,10 +116,6 @@ src_unpack() { fi } -src_test() { - dotnet-pkg-base_test -p:RollForward=Major Mond.sln -} - src_install() { dotnet-pkg-base_install dotnet-pkg-base_dolauncher "/usr/share/${P}/Mond.Repl" "${PN}"