commit: 96c02d4273411daa77be022b0e8bc6c418ad5e48
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon May 5 17:35:17 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon May 5 18:03:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c02d42
gui-libs/wf-config: update live ebuild to wlroots 0.18
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
gui-libs/wf-config/wf-config-9999.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gui-libs/wf-config/wf-config-9999.ebuild
b/gui-libs/wf-config/wf-config-9999.ebuild
index b90440cd81b9..2846d068be02 100644
--- a/gui-libs/wf-config/wf-config-9999.ebuild
+++ b/gui-libs/wf-config/wf-config-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2024 Gentoo Authors
+# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,10 +24,13 @@ RESTRICT="!test? ( test )"
DEPEND="
dev-libs/libevdev
- dev-libs/libxml2
+ dev-libs/libxml2:=
media-libs/glm
"
-RDEPEND="${DEPEND}"
+RDEPEND="
+ ${DEPEND}
+ !gui-wm/wayfire:0/0.9
+"
BDEPEND="
dev-libs/wayland-protocols
virtual/pkgconfig