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"