diff options
author | Tom Gillespie <tgbugs@gmail.com> | 2020-07-09 12:25:14 -0700 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-08-04 19:13:23 -0400 |
commit | 4c77b9dc7c0c5c907e7fcd82ab221f9825156cce (patch) | |
tree | e8e3c9ebe9ae3d80502164479617865927be82c8 /net-misc/curl | |
parent | net-misc/curl: enable multiple ssl implementations (diff) | |
download | gentoo-4c77b9dc7c0c5c907e7fcd82ab221f9825156cce.tar.gz gentoo-4c77b9dc7c0c5c907e7fcd82ab221f9825156cce.tar.bz2 gentoo-4c77b9dc7c0c5c907e7fcd82ab221f9825156cce.zip |
net-misc/curl: change RESTRICT="test" to "!test? ( test )"
This allows testing when FEATURES=test is set explicitly.
On amd64 all tests are passing for curl-7.71.1-r1.ebuild with multiple
use flag combinations, so it seems to make sense to make it possible
to run tests without having to modify the ebuild.
Signed-off-by: Tom Gillespie <tgbugs@gmail.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/curl-7.71.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-7.71.1-r1.ebuild b/net-misc/curl/curl-7.71.1-r1.ebuild index 2466e3efbd2b..4abc7350198d 100644 --- a/net-misc/curl/curl-7.71.1-r1.ebuild +++ b/net-misc/curl/curl-7.71.1-r1.ebuild @@ -18,7 +18,7 @@ IUSE+=" nghttp3 quiche" IUSE+=" elibc_Winnt" #lead to lots of false negatives, bug #285669 -RESTRICT="test" +RESTRICT="!test? ( test )" RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] ) |