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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECE22158089 for ; Tue, 12 Sep 2023 02:52:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 319C42BC038; Tue, 12 Sep 2023 02:52:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A23C2BC038 for ; Tue, 12 Sep 2023 02:52:57 +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 0B7B5335C67 for ; Tue, 12 Sep 2023 02:52:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 787641174 for ; Tue, 12 Sep 2023 02:52:55 +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: <1694487171.e1ccfd857594e621aae7f3939b4cc5302de4e793.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/gnome-shell-45_beta1.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e1ccfd857594e621aae7f3939b4cc5302de4e793 X-VCS-Branch: master Date: Tue, 12 Sep 2023 02:52:55 +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: fedc4a8c-d62e-4ddc-81cc-de7453c126d8 X-Archives-Hash: eac27899555a4cd1cf5fef9b53eb6996 commit: e1ccfd857594e621aae7f3939b4cc5302de4e793 Author: Matt Turner gentoo org> AuthorDate: Tue Sep 12 02:52:02 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 12 02:52:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ccfd85 gnome-base/gnome-shell: Run tests under dbus Signed-off-by: Matt Turner gentoo.org> gnome-base/gnome-shell/gnome-shell-45_beta1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-45_beta1.ebuild b/gnome-base/gnome-shell/gnome-shell-45_beta1.ebuild index 227e8cce036f..0d248bed0cbe 100644 --- a/gnome-base/gnome-shell/gnome-shell-45_beta1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-45_beta1.ebuild @@ -122,7 +122,10 @@ BDEPEND=" app-text/docbook-xml-dtd:4.5 ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig - test? ( x11-wm/mutter[test] ) + test? ( + sys-apps/dbus + x11-wm/mutter[test] + ) " # These are not needed from tarballs, unless stylesheets or manpage get patched with patchset: # dev-lang/sassc @@ -158,7 +161,7 @@ src_configure() { src_test() { gnome2_environment_reset # Avoid dconf that looks at XDG_DATA_DIRS, which can sandbox fail if flatpak is installed - virtx meson_src_test + virtx dbus-run-session meson test -C "${BUILD_DIR}" || die } pkg_postinst() {