mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
Alfredo Tupone
parent
57ef16d8ad
commit
18fc04215e
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user