From 91e988f6210d12258e0c92e9c19b0dd17970a235 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 3 May 2025 15:21:53 +0300 Subject: [PATCH] app-office/dia2code: 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 --- .../{dia2code-1.0.0-r1.ebuild => dia2code-1.0.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-office/dia2code/{dia2code-1.0.0-r1.ebuild => dia2code-1.0.0-r2.ebuild} (90%) diff --git a/app-office/dia2code/dia2code-1.0.0-r1.ebuild b/app-office/dia2code/dia2code-1.0.0-r2.ebuild similarity index 90% rename from app-office/dia2code/dia2code-1.0.0-r1.ebuild rename to app-office/dia2code/dia2code-1.0.0-r2.ebuild index d670a325ac922..d84db1a93e16f 100644 --- a/app-office/dia2code/dia2code-1.0.0-r1.ebuild +++ b/app-office/dia2code/dia2code-1.0.0-r2.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 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="dev-libs/libxml2" +RDEPEND="dev-libs/libxml2:=" DEPEND="${RDEPEND} test? ( app-shells/bash ) "