From 21c07f7eb84c158d62dab99b053ac32e1088d686 Mon Sep 17 00:00:00 2001 From: Brett A C Sheffield Date: Wed, 6 May 2026 08:15:29 +0000 Subject: [PATCH] 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 Part-of: https://codeberg.org/gentoo/gentoo/pulls/836 Merges: https://codeberg.org/gentoo/gentoo/pulls/836 Signed-off-by: Sam James --- dev-libs/xmlsec/xmlsec-1.3.10-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/xmlsec/xmlsec-1.3.10-r1.ebuild b/dev-libs/xmlsec/xmlsec-1.3.10-r1.ebuild index 72090cb49a27..67ef28cb463a 100644 --- a/dev-libs/xmlsec/xmlsec-1.3.10-r1.ebuild +++ b/dev-libs/xmlsec/xmlsec-1.3.10-r1.ebuild @@ -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() {