commit: 1f77d39649dc00243345a62a19c42a93a6137c28
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 7 04:10:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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)
)