From f3209289259a472c1ab1d70b98e900a2fda041c3 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 3 May 2025 16:36:18 +0300 Subject: [PATCH] app-text/libxmlpatch: add dev-libs/libxml2 subslot op for incoming ABI break Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James --- .../{libxmlpatch-0.3.3.ebuild => libxmlpatch-0.3.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-text/libxmlpatch/{libxmlpatch-0.3.3.ebuild => libxmlpatch-0.3.3-r1.ebuild} (92%) diff --git a/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild b/app-text/libxmlpatch/libxmlpatch-0.3.3-r1.ebuild similarity index 92% rename from app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild rename to app-text/libxmlpatch/libxmlpatch-0.3.3-r1.ebuild index 0cdcccc08cd3e..696269830aa86 100644 --- a/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild +++ b/app-text/libxmlpatch/libxmlpatch-0.3.3-r1.ebuild @@ -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=7 @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-libs/glib:2 - dev-libs/libxml2" + dev-libs/libxml2:=" DEPEND="${RDEPEND} test? ( dev-libs/check )" BDEPEND="virtual/pkgconfig"