mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
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:
parent
10b87f6668
commit
7df386abd5
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user