mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
17 lines
558 B
Diff
17 lines
558 B
Diff
From: hololeap <hololeap@protonmail.com>
|
|
Signed-off-by: hololeap <hololeap@protonmail.com>
|
|
|
|
Disable tests that depend on network access
|
|
|
|
diff -urN http-client-0.7.10/http-client.cabal http-client-0.7.10-r1/http-client.cabal
|
|
--- http-client-0.7.10/http-client.cabal 2022-01-20 19:39:19.388814780 -0700
|
|
+++ http-client-0.7.10-r1/http-client.cabal 2022-01-20 19:39:58.298814799 -0700
|
|
@@ -104,6 +104,7 @@
|
|
, zlib
|
|
, async
|
|
, streaming-commons >= 0.1.1
|
|
+ buildable: False
|
|
|
|
|
|
test-suite spec-nonet
|