From 7f8d69a12b76bff9b3dc4b2d65c7f1e3662b182a Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 3 May 2025 19:27:01 +0300 Subject: [PATCH] media-video/vcdimager: 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 --- .../{vcdimager-2.0.1.ebuild => vcdimager-2.0.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename media-video/vcdimager/{vcdimager-2.0.1.ebuild => vcdimager-2.0.1-r1.ebuild} (95%) diff --git a/media-video/vcdimager/vcdimager-2.0.1.ebuild b/media-video/vcdimager/vcdimager-2.0.1-r1.ebuild similarity index 95% rename from media-video/vcdimager/vcdimager-2.0.1.ebuild rename to media-video/vcdimager/vcdimager-2.0.1-r1.ebuild index e426f812b7225..cdfbf0d21f313 100644 --- a/media-video/vcdimager/vcdimager-2.0.1.ebuild +++ b/media-video/vcdimager/vcdimager-2.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ IUSE="static-libs +xml" RDEPEND=" >=dev-libs/libcdio-2.0.0:0=[-minimal,${MULTILIB_USEDEP}] dev-libs/popt - xml? ( dev-libs/libxml2:2 ) + xml? ( dev-libs/libxml2:2= ) " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"