mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user