commit:     7df386abd527425e1cf4c2bb61e4dceb6d0c1c81
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 11 13:15:03 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 11 13:29:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df386ab

net-misc/trurl: restrict tests for now

They fail with >=net-misc/curl-8.15.

Bug: https://github.com/curl/trurl/issues/394
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/trurl/trurl-0.16.1.ebuild | 4 +++-
 net-misc/trurl/trurl-9999.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-misc/trurl/trurl-0.16.1.ebuild 
b/net-misc/trurl/trurl-0.16.1.ebuild
index be023511155f..33c3cfe79016 100644
--- a/net-misc/trurl/trurl-0.16.1.ebuild
+++ b/net-misc/trurl/trurl-0.16.1.ebuild
@@ -20,7 +20,9 @@ fi
 LICENSE="curl"
 SLOT="0"
 IUSE="test"
-RESTRICT="!test? ( test )"
+# Tests fail w/ >=net-misc/curl-8.15
+# https://github.com/curl/trurl/issues/394
+RESTRICT="!test? ( test ) test"
 
 # Older curls may work but not all features will be present
 DEPEND=">=net-misc/curl-7.81.0"

diff --git a/net-misc/trurl/trurl-9999.ebuild b/net-misc/trurl/trurl-9999.ebuild
index 33790544ebfe..128c382ff164 100644
--- a/net-misc/trurl/trurl-9999.ebuild
+++ b/net-misc/trurl/trurl-9999.ebuild
@@ -20,7 +20,9 @@ fi
 LICENSE="curl"
 SLOT="0"
 IUSE="test"
-RESTRICT="!test? ( test )"
+# Tests fail w/ >=net-misc/curl-8.15
+# https://github.com/curl/trurl/issues/394
+RESTRICT="!test? ( test ) test"
 
 # Older curls may work but not all features will be present
 DEPEND=">=net-misc/curl-7.81.0"

Reply via email to