From cfcb0d9bcae7b5d3bcc2c563769877787e766a47 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 3 May 2025 14:31:58 +0300 Subject: [PATCH] app-arch/xar: 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 --- ...8.0.0.487.100.1.ebuild => xar-1.8.0.0.487.100.1-r1.ebuild} | 4 ++-- .../xar/{xar-1.8.0.0.498.ebuild => xar-1.8.0.0.498-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename app-arch/xar/{xar-1.8.0.0.487.100.1.ebuild => xar-1.8.0.0.487.100.1-r1.ebuild} (97%) rename app-arch/xar/{xar-1.8.0.0.498.ebuild => xar-1.8.0.0.498-r1.ebuild} (97%) diff --git a/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild b/app-arch/xar/xar-1.8.0.0.487.100.1-r1.ebuild similarity index 97% rename from app-arch/xar/xar-1.8.0.0.487.100.1.ebuild rename to app-arch/xar/xar-1.8.0.0.487.100.1-r1.ebuild index 52fc0eba38a3d..db47165e83659 100644 --- a/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild +++ b/app-arch/xar/xar-1.8.0.0.487.100.1-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=7 @@ -19,7 +19,7 @@ DEPEND=" dev-libs/openssl:0=[${MULTILIB_USEDEP}] app-arch/bzip2[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] - dev-libs/libxml2[${MULTILIB_USEDEP}] + dev-libs/libxml2:=[${MULTILIB_USEDEP}] " RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" diff --git a/app-arch/xar/xar-1.8.0.0.498.ebuild b/app-arch/xar/xar-1.8.0.0.498-r1.ebuild similarity index 97% rename from app-arch/xar/xar-1.8.0.0.498.ebuild rename to app-arch/xar/xar-1.8.0.0.498-r1.ebuild index 9409aca870801..e019d95c813d3 100644 --- a/app-arch/xar/xar-1.8.0.0.498.ebuild +++ b/app-arch/xar/xar-1.8.0.0.498-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 @@ -19,7 +19,7 @@ DEPEND=" dev-libs/openssl:0=[${MULTILIB_USEDEP}] app-arch/bzip2[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] - dev-libs/libxml2[${MULTILIB_USEDEP}] + dev-libs/libxml2:=[${MULTILIB_USEDEP}] " RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig"