From d02d3fea921114bfb150d4179350ad1680e1bb91 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 3 May 2025 19:50:03 +0300 Subject: [PATCH] net-p2p/automatic: 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 --- .../{automatic-0.9.0.ebuild => automatic-0.9.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename net-p2p/automatic/{automatic-0.9.0.ebuild => automatic-0.9.0-r1.ebuild} (97%) diff --git a/net-p2p/automatic/automatic-0.9.0.ebuild b/net-p2p/automatic/automatic-0.9.0-r1.ebuild similarity index 97% rename from net-p2p/automatic/automatic-0.9.0.ebuild rename to net-p2p/automatic/automatic-0.9.0-r1.ebuild index f26ef8d29fba1..80f3776189582 100644 --- a/net-p2p/automatic/automatic-0.9.0.ebuild +++ b/net-p2p/automatic/automatic-0.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ PROPERTIES="test_network" RDEPEND="acct-group/automatic acct-user/automatic - dev-libs/libxml2:2 + dev-libs/libxml2:2= dev-libs/libpcre:3 net-misc/curl" DEPEND="${RDEPEND}"