commit:     a3b6828796c3f85be88e0e9426786a3c028c7d23
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 14:43:15 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> 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 <leio <AT> 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

Reply via email to