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 A34C815815E for ; Sun, 11 Feb 2024 14:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDA78E2A80; Sun, 11 Feb 2024 14:45:08 +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 B93ABE2A80 for ; Sun, 11 Feb 2024 14:45:08 +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 B2118335CB4 for ; Sun, 11 Feb 2024 14:45:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24695AE3 for ; Sun, 11 Feb 2024 14:45:06 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1707662682.a3b6828796c3f85be88e0e9426786a3c028c7d23.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/mutter/mutter-45.2-r1.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a3b6828796c3f85be88e0e9426786a3c028c7d23 X-VCS-Branch: master Date: Sun, 11 Feb 2024 14:45:06 +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: 411df9c6-fa8b-4e7e-90b3-09266615a39b X-Archives-Hash: 1539f789f5604c0fceb8f0314331e1ce commit: a3b6828796c3f85be88e0e9426786a3c028c7d23 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 11 14:43:15 2024 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 11 14:44:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b68287 x11-wm/mutter: fix test dep to include gtk[wayland], don't RDEP on test deps Closes: https://bugs.gentoo.org/922733 Signed-off-by: Mart Raudsepp gentoo.org> x11-wm/mutter/mutter-45.2-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/mutter/mutter-45.2-r1.ebuild b/x11-wm/mutter/mutter-45.2-r1.ebuild index 3f35e23cb7fc..4044d060c343 100644 --- a/x11-wm/mutter/mutter-45.2-r1.ebuild +++ b/x11-wm/mutter/mutter-45.2-r1.ebuild @@ -82,10 +82,6 @@ DEPEND=" >=x11-libs/startup-notification-0.7 screencast? ( >=media-video/pipewire-0.3.33:= ) introspection? ( >=dev-libs/gobject-introspection-1.54:= ) - test? ( - >=x11-libs/gtk+-3.19.8:3[X,introspection?] - gnome-extra/zenity - ) sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 >=dev-util/sysprof-3.46.0 ) " # for now upstream has "have_x11 = true" in the meson.build, but sooner or later upstream is going to make X optional. @@ -117,6 +113,10 @@ RDEPEND="${DEPEND} DEPEND="${DEPEND} x11-base/xorg-proto sysprof? ( >=dev-util/sysprof-common-3.38.0 ) + test? ( + >=x11-libs/gtk+-3.19.8:3[X,introspection?,wayland] + gnome-extra/zenity + ) " BDEPEND=" dev-util/wayland-scanner