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@gentoo.org>
This commit is contained in:
Sam James 2025-08-11 14:15:03 +01:00
parent 10b87f6668
commit 7df386abd5
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 6 additions and 2 deletions

View File

@ -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"

View File

@ -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"