From 7df386abd527425e1cf4c2bb61e4dceb6d0c1c81 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 11 Aug 2025 14:15:03 +0100 Subject: [PATCH] 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 --- 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 be023511155f7..33c3cfe790167 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 33790544ebfe2..128c382ff164f 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"