From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id DCAE21581EE for ; Mon, 07 Apr 2025 03:46:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BF342342FA3 for ; Mon, 07 Apr 2025 03:46:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C1C3A1102CE; Mon, 07 Apr 2025 03:46:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id B95931102CE for ; Mon, 07 Apr 2025 03:46:42 +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 6EB1F342FA4 for ; Mon, 07 Apr 2025 03:46:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C65C81379 for ; Mon, 07 Apr 2025 03:46: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: <1743997578.c7e8d07963bd013c2615d4a88ef2f781187cab68.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gobject-introspection/gobject-introspection-1.84.0-r1.ebuild dev-libs/gobject-introspection/gobject-introspection-1.84.0.ebuild X-VCS-Directories: dev-libs/gobject-introspection/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c7e8d07963bd013c2615d4a88ef2f781187cab68 X-VCS-Branch: master Date: Mon, 07 Apr 2025 03:46: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: 44ed8d6e-cea6-4b96-ac4e-d26203cac552 X-Archives-Hash: ed5798368f6e388b759bf0e84930e85f commit: c7e8d07963bd013c2615d4a88ef2f781187cab68 Author: Sam James gentoo org> AuthorDate: Mon Apr 7 03:45:21 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 7 03:46:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e8d079 dev-libs/gobject-introspection: install tests unconditionally for now Enable building the tests (and installing them) unconditionally for now as a workaround for old gnome-extra/cjs and dev-libs/gjs, see bug #952011. Besides, it isn't ideal even before this, given USE=test shouldn't control installation of tests at all (rather USE=test-install). Bug: https://bugs.gentoo.org/952011 Signed-off-by: Sam James gentoo.org> ...pection-1.84.0.ebuild => gobject-introspection-1.84.0-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.84.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.84.0-r1.ebuild similarity index 91% rename from dev-libs/gobject-introspection/gobject-introspection-1.84.0.ebuild rename to dev-libs/gobject-introspection/gobject-introspection-1.84.0-r1.ebuild index 3d5c7413dd14..0afea2a07903 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.84.0.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.84.0-r1.ebuild @@ -63,7 +63,11 @@ pkg_setup() { src_configure() { local emesonargs=( $(meson_feature test cairo) - $(meson_use test tests) + # Enable building the tests (and installing them) unconditionally + # for now as a workaround for old gnome-extra/cjs and dev-libs/gjs, + # see bug #952011. + #$(meson_use test tests) + -Dtests=true $(meson_feature doctool) #-Dglib_src_dir $(meson_use gtk-doc gtk_doc)