From 18fc04215ebd6f76bda8fc457fbe07a7d5da3963 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 3 May 2025 17:18:47 +0300 Subject: [PATCH] dev-tcltk/tclxml: add dev-libs/libxml2 subslot op for incoming ABI break Signed-off-by: Alfred Wingate Signed-off-by: Alfredo Tupone --- .../{tclxml-3.3.1-r2.ebuild => tclxml-3.3.1-r3.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename dev-tcltk/tclxml/{tclxml-3.3.1-r2.ebuild => tclxml-3.3.1-r3.ebuild} (94%) diff --git a/dev-tcltk/tclxml/tclxml-3.3.1-r2.ebuild b/dev-tcltk/tclxml/tclxml-3.3.1-r3.ebuild similarity index 94% rename from dev-tcltk/tclxml/tclxml-3.3.1-r2.ebuild rename to dev-tcltk/tclxml/tclxml-3.3.1-r3.ebuild index 0ef7c12a88f07..6a44edd7c0023 100644 --- a/dev-tcltk/tclxml/tclxml-3.3.1-r2.ebuild +++ b/dev-tcltk/tclxml/tclxml-3.3.1-r3.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 @@ -10,6 +10,7 @@ DESCRIPTION="Pure Tcl implementation of an XML parser" HOMEPAGE="https://github.com/flightaware/TclXML" SRC_URI="https://github.com/flightaware/TclXML/archive/refs/tags/v${PV}.tar.gz -> ${MYP}.tar.gz" +S="${WORKDIR}"/${MYP} LICENSE="BSD" SLOT="0" @@ -18,7 +19,7 @@ IUSE="debug threads" DEPEND=" >=dev-lang/tcl-8.2:= - >=dev-libs/libxml2-2.6.9 + >=dev-libs/libxml2-2.6.9:= dev-libs/libxslt >=dev-tcltk/tcllib-1.2 dev-libs/expat" @@ -36,8 +37,6 @@ PATCHES=( "${FILESDIR}"/${P}-funcPointer.patch ) -S="${WORKDIR}"/${MYP} - src_configure() { local myconf=""