gui-wm/cage: remove unneeded conditional dependency

no revbump as logic stays the same

Signed-off-by: Filip Kobierski <fkobi@pm.me>
This commit is contained in:
Filip Kobierski
2025-03-10 00:45:40 +01:00
parent b319654c5b
commit 7a7a3db828

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,13 +18,12 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="X"
RDEPEND="
dev-libs/wayland
gui-libs/wlroots:0.18[X?]
x11-libs/libxkbcommon[X?]
X? ( gui-libs/wlroots:0.18[X,x11-backend] )
!X? ( gui-libs/wlroots:0.18 )
X? ( gui-libs/wlroots:0.18[x11-backend] )
"
DEPEND="${RDEPEND}"