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 2370315800A for ; Thu, 10 Aug 2023 02:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D56F2BC02A; Thu, 10 Aug 2023 02:23:56 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 440BA2BC02A for ; Thu, 10 Aug 2023 02:23:56 +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 1CF193402FE for ; Thu, 10 Aug 2023 02:23:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38F83E7D for ; Thu, 10 Aug 2023 02:23:53 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1691634214.5c4590d94b206a4b86553c330b878aa8e34ec8a0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-3.24.38.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5c4590d94b206a4b86553c330b878aa8e34ec8a0 X-VCS-Branch: master Date: Thu, 10 Aug 2023 02:23:53 +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: 637d63c4-9342-44f7-bb5a-6aabf831ad34 X-Archives-Hash: 141ba47edac48c411c9d240196e92908 commit: 5c4590d94b206a4b86553c330b878aa8e34ec8a0 Author: Matt Turner gentoo org> AuthorDate: Tue Aug 8 20:20:39 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 10 02:23:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4590d9 x11-libs/gtk+: Run tests under dbus Maybe-Bug: https://bugs.gentoo.org/898968 Signed-off-by: Matt Turner gentoo.org> x11-libs/gtk+/gtk+-3.24.38.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/gtk+/gtk+-3.24.38.ebuild b/x11-libs/gtk+/gtk+-3.24.38.ebuild index 59b6b8ae8163..f87069b54741 100644 --- a/x11-libs/gtk+/gtk+-3.24.38.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.38.ebuild @@ -89,6 +89,7 @@ BDEPEND=" app-text/docbook-xml-dtd:4.3 >=dev-util/gtk-doc-1.20 ) + test? ( sys-apps/dbus ) " MULTILIB_CHOST_TOOLS=( @@ -131,7 +132,7 @@ multilib_src_compile() { } multilib_src_test() { - virtx meson_src_test + virtx dbus-run-session meson test -C "${BUILD_DIR}" || die } multilib_src_install() {