diff options
author | Sam James <sam@gentoo.org> | 2023-06-07 05:10:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-07 05:10:00 +0100 |
commit | 1f77d39649dc00243345a62a19c42a93a6137c28 (patch) | |
tree | d79fc069b048cb82eabe1be75333b0d36d541b78 /dev-lang | |
parent | dev-libs/librevenge: only build docs for native multilib (diff) | |
download | gentoo-1f77d39649dc00243345a62a19c42a93a6137c28.tar.gz gentoo-1f77d39649dc00243345a62a19c42a93a6137c28.tar.bz2 gentoo-1f77d39649dc00243345a62a19c42a93a6137c28.zip |
dev-lang/mono: only build docs for native multilib
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mono/mono-6.12.0.122.ebuild | 4 |
1 files 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) ) |