From 51b44b220ee07e3fa08f799d4c50cf81c131bd79 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 3 May 2025 20:07:31 +0300 Subject: [PATCH] sys-devel/autogen: 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 --- ...utogen-5.18.16-r101.ebuild => autogen-5.18.16-r102.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sys-devel/autogen/{autogen-5.18.16-r101.ebuild => autogen-5.18.16-r102.ebuild} (97%) diff --git a/sys-devel/autogen/autogen-5.18.16-r101.ebuild b/sys-devel/autogen/autogen-5.18.16-r102.ebuild similarity index 97% rename from sys-devel/autogen/autogen-5.18.16-r101.ebuild rename to sys-devel/autogen/autogen-5.18.16-r102.ebuild index f1e80ec472f62..5fb86cd5920f6 100644 --- a/sys-devel/autogen/autogen-5.18.16-r101.ebuild +++ b/sys-devel/autogen/autogen-5.18.16-r102.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 @@ -23,7 +23,7 @@ REQUIRED_USE="${GUILE_REQUIRED_USE}" RDEPEND=" ${GUILE_DEPS} - dev-libs/libxml2 + dev-libs/libxml2:= " DEPEND="${RDEPEND}"