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 125A115806E for ; Wed, 7 Jun 2023 04:10:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31DAAE07A7; Wed, 7 Jun 2023 04:10:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18121E07A7 for ; Wed, 7 Jun 2023 04:10:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1222335D7F for ; Wed, 7 Jun 2023 04:10:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5094BA89 for ; Wed, 7 Jun 2023 04:10:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686111000.1f77d39649dc00243345a62a19c42a93a6137c28.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mono/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mono/mono-6.12.0.122.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1f77d39649dc00243345a62a19c42a93a6137c28 X-VCS-Branch: master Date: Wed, 7 Jun 2023 04:10:40 +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: 24523803-e359-4f02-b2d1-8083a6576bb8 X-Archives-Hash: 4cbcf0ecc1ff406d9026083cb6c091ac commit: 1f77d39649dc00243345a62a19c42a93a6137c28 Author: Sam James gentoo org> AuthorDate: Wed Jun 7 04:10:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 7 04:10:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f77d396 dev-lang/mono: only build docs for native multilib Signed-off-by: Sam James gentoo.org> dev-lang/mono/mono-6.12.0.122.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/mono/mono-6.12.0.122.ebuild b/dev-lang/mono/mono-6.12.0.122.ebuild index 0399f5a023ac..41df3da3c290 100644 --- a/dev-lang/mono/mono-6.12.0.122.ebuild +++ b/dev-lang/mono/mono-6.12.0.122.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -87,7 +87,7 @@ multilib_src_configure() { --without-ikvm-native --disable-dtrace --enable-system-aot - $(use_with doc mcs-docs) + $(multilib_native_use_with doc mcs-docs) $(use_enable nls) )