commit: b816f464caf6e4217266aeef09e44163c5967d9e Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Aug 9 12:46:15 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Aug 9 12:46:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b816f464
dev-libs/glib: instrospection support is not meant to be used in multilib Thanks-to: Andrew Nowa Ammerlaan Bug: https://bugs.gentoo.org/937616 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-libs/glib/glib-2.80.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/glib/glib-2.80.4.ebuild b/dev-libs/glib/glib-2.80.4.ebuild index e61ebbcbfe68..1a20959666c2 100644 --- a/dev-libs/glib/glib-2.80.4.ebuild +++ b/dev-libs/glib/glib-2.80.4.ebuild @@ -203,7 +203,7 @@ multilib_src_configure() { -Doss_fuzz=disabled $(meson_native_use_feature elf libelf) -Dmultiarch=false - $(meson_feature introspection) + $(meson_native_use_feature introspection) ) meson_src_configure }
