commit: b0f203c0b62d451a4e65bfb1a2c19b4dbffba258
Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Wed Apr 23 18:27:47 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu May 22 14:07:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f203c0
x11-wm/mutter: Fix whitespace
Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-wm/mutter/mutter-9999.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999.ebuild
index 1cd4d0425081..054e4440a10b 100644
--- a/x11-wm/mutter/mutter-9999.ebuild
+++ b/x11-wm/mutter/mutter-9999.ebuild
@@ -109,15 +109,14 @@ X_OR_XWAYLAND_DEPS="
RDEPEND+="
X? (
- ${X_OR_XWAYLAND_DEPS}
- x11-libs/libICE
- >=x11-libs/libXrandr-1.5.0
- >=x11-libs/libxkbcommon-0.4.3[X]
- x11-libs/libXtst
+ ${X_OR_XWAYLAND_DEPS}
+ x11-libs/libICE
+ >=x11-libs/libXrandr-1.5.0
+ >=x11-libs/libxkbcommon-0.4.3[X]
+ x11-libs/libXtst
)
wayland? ( xwayland? ( ${X_OR_XWAYLAND_DEPS} ) )
"
-
DEPEND="${RDEPEND}
x11-base/xorg-proto
sysprof? ( >=dev-util/sysprof-common-3.38.0 )