From c7a6c2bc0069d8247cd2eaff55cefd8929636ef1 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 3 May 2025 17:22:10 +0300 Subject: [PATCH] dev-util/hfstospell: 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 --- .../{hfstospell-0.5.4.ebuild => hfstospell-0.5.4-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-util/hfstospell/{hfstospell-0.5.4.ebuild => hfstospell-0.5.4-r1.ebuild} (95%) diff --git a/dev-util/hfstospell/hfstospell-0.5.4.ebuild b/dev-util/hfstospell/hfstospell-0.5.4-r1.ebuild similarity index 95% rename from dev-util/hfstospell/hfstospell-0.5.4.ebuild rename to dev-util/hfstospell/hfstospell-0.5.4-r1.ebuild index 461a83e8965c..f7c89689752e 100644 --- a/dev-util/hfstospell/hfstospell-0.5.4.ebuild +++ b/dev-util/hfstospell/hfstospell-0.5.4-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=8 @@ -21,7 +21,7 @@ DEPEND="app-arch/libarchive:= dev-cpp/libxmlpp:2.6 dev-libs/glib:2 dev-libs/libsigc++:2 - dev-libs/libxml2 + dev-libs/libxml2:= )" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig"