From f43cfc16332f576b1c83f2ebd491c4cf0be9aa40 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 3 May 2025 14:32:58 +0300 Subject: [PATCH] app-backup/tsm: 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 --- .../tsm/{tsm-8.1.22.0.ebuild => tsm-8.1.22.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-backup/tsm/{tsm-8.1.22.0.ebuild => tsm-8.1.22.0-r1.ebuild} (99%) diff --git a/app-backup/tsm/tsm-8.1.22.0.ebuild b/app-backup/tsm/tsm-8.1.22.0-r1.ebuild similarity index 99% rename from app-backup/tsm/tsm-8.1.22.0.ebuild rename to app-backup/tsm/tsm-8.1.22.0-r1.ebuild index 3f42e398b2741..6470ad7ac1f57 100644 --- a/app-backup/tsm/tsm-8.1.22.0.ebuild +++ b/app-backup/tsm/tsm-8.1.22.0-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=8 @@ -59,7 +59,7 @@ DEPEND=" RDEPEND=" acct-group/tsm dev-libs/expat - dev-libs/libxml2 + dev-libs/libxml2:= sys-fs/fuse:0 acl? ( sys-apps/acl ) java? ( virtual/jre:1.8 )