dev-libs/xmlsec: skip failing test

Skip failing test (only in 1.3.10-r1). This is fixed in 1.3.11.

Bug: https://bugs.gentoo.org/972730
Signed-off-by: Brett A C Sheffield <bacs@librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/836
Merges: https://codeberg.org/gentoo/gentoo/pulls/836
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Brett A C Sheffield
2026-05-06 08:15:29 +00:00
committed by Sam James
parent 3ba1e74ecc
commit 21c07f7eb8
+3
View File
@@ -66,6 +66,9 @@ src_prepare() {
default
eautoreconf
# skip failing test (this is fixed in 1.3.11) - #972730
sed -i '1842s/zyes/zskip/' tests/testDSig.sh || die
}
src_configure() {