diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-05-03 17:18:47 +0300 |
|---|---|---|
| committer | Alfredo Tupone <tupone@gentoo.org> | 2025-05-05 09:45:07 +0200 |
| commit | 18fc04215ebd6f76bda8fc457fbe07a7d5da3963 (patch) | |
| tree | bc008bac98920674f71d08d2bef8be93b2e16d8f /dev-tcltk | |
| parent | 57ef16d8ad9e573ff3aa4a1c9afc0e7879e8c911 (diff) | |
| download | gentoo-18fc04215ebd6f76bda8fc457fbe07a7d5da3963.tar.gz gentoo-18fc04215ebd6f76bda8fc457fbe07a7d5da3963.tar.bz2 gentoo-18fc04215ebd6f76bda8fc457fbe07a7d5da3963.zip | |
dev-tcltk/tclxml: add dev-libs/libxml2 subslot op for incoming ABI break
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
| -rw-r--r-- | dev-tcltk/tclxml/tclxml-3.3.1-r3.ebuild (renamed from dev-tcltk/tclxml/tclxml-3.3.1-r2.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-tcltk/tclxml/tclxml-3.3.1-r2.ebuild b/dev-tcltk/tclxml/tclxml-3.3.1-r3.ebuild index 0ef7c12a88f0..6a44edd7c002 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="" |
