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 1FBD5159C9B for ; Fri, 9 Aug 2024 12:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 693CE2BC0DC; Fri, 9 Aug 2024 12:47:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5064A2BC0DC for ; Fri, 9 Aug 2024 12:47:31 +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 99B7D34307E for ; Fri, 9 Aug 2024 12:47:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34FBB1391 for ; Fri, 9 Aug 2024 12:47:29 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1723207575.b816f464caf6e4217266aeef09e44163c5967d9e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.80.4.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b816f464caf6e4217266aeef09e44163c5967d9e X-VCS-Branch: master Date: Fri, 9 Aug 2024 12:47:29 +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: 933833f5-7cb3-4454-83d0-c71154900f86 X-Archives-Hash: 1b736f1dcc9a746dc1e33cc47ed0194b commit: b816f464caf6e4217266aeef09e44163c5967d9e Author: Pacho Ramos gentoo org> AuthorDate: Fri Aug 9 12:46:15 2024 +0000 Commit: Pacho Ramos gentoo 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 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 }