commit:     e1f42a84855af0b7fb7ca875e55af8cb5a3ff0bd
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Wed Apr 23 18:27:49 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu May 22 14:07:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f42a84

x11-wm/mutter: Rename X_OR_XWAYLAND_DEPS to X11_CLIENT_DEPS

Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/41652
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-wm/mutter/mutter-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999.ebuild
index cc43d20ee451..9ccb09481fbf 100644
--- a/x11-wm/mutter/mutter-9999.ebuild
+++ b/x11-wm/mutter/mutter-9999.ebuild
@@ -87,7 +87,7 @@ RDEPEND="
        sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 
>=dev-util/sysprof-3.46.0 )
 "
 
-X_OR_XWAYLAND_DEPS="
+X11_CLIENT_DEPS="
        >=gui-libs/gtk-4.0.0:4[X,introspection?]
        media-libs/libglvnd[X]
        >=x11-libs/libX11-1.7.0
@@ -107,13 +107,13 @@ X_OR_XWAYLAND_DEPS="
 
 RDEPEND+="
        X? (
-               ${X_OR_XWAYLAND_DEPS}
+               ${X11_CLIENT_DEPS}
                x11-libs/libICE
                x11-libs/libxkbfile
                x11-libs/libXtst
                x11-libs/libSM
        )
-       wayland? ( xwayland? ( ${X_OR_XWAYLAND_DEPS} ) )
+       wayland? ( xwayland? ( ${X11_CLIENT_DEPS} ) )
 "
 DEPEND="${RDEPEND}
        x11-base/xorg-proto

Reply via email to