From dee0fcf5f5eb5993bfebd1ea1e10a23ef933c582 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Mon, 5 May 2025 20:36:08 +0300 Subject: [PATCH] gui-libs/wf-config: add libxml2 slot operator Signed-off-by: Viorel Munteanu --- .../{wf-config-0.9.0.ebuild => wf-config-0.9.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename gui-libs/wf-config/{wf-config-0.9.0.ebuild => wf-config-0.9.0-r1.ebuild} (93%) diff --git a/gui-libs/wf-config/wf-config-0.9.0.ebuild b/gui-libs/wf-config/wf-config-0.9.0-r1.ebuild similarity index 93% rename from gui-libs/wf-config/wf-config-0.9.0.ebuild rename to gui-libs/wf-config/wf-config-0.9.0-r1.ebuild index 7611f428a2a12..6b76072206787 100644 --- a/gui-libs/wf-config/wf-config-0.9.0.ebuild +++ b/gui-libs/wf-config/wf-config-0.9.0-r1.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,7 +24,7 @@ RESTRICT="!test? ( test )" DEPEND=" dev-libs/libevdev - dev-libs/libxml2 + dev-libs/libxml2:= media-libs/glm " RDEPEND="${DEPEND}"