summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/bazel/bazel-0.27.0-r1.ebuild')
-rw-r--r--dev-util/bazel/bazel-0.27.0-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/bazel/bazel-0.27.0-r1.ebuild b/dev-util/bazel/bazel-0.27.0-r1.ebuild
index a1d730d57133..84224be11667 100644
--- a/dev-util/bazel/bazel-0.27.0-r1.ebuild
+++ b/dev-util/bazel/bazel-0.27.0-r1.ebuild
@@ -13,9 +13,10 @@ SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="examples test tools"
+IUSE="examples tools"
# strip corrupts the bazel binary
-RESTRICT="strip test? ( network-sandbox ) !test? ( test )"
+# test fails with network-sandbox: An error occurred during the fetch of repository 'io_bazel_skydoc' (bug 690794)
+RESTRICT="strip test"
RDEPEND=">=virtual/jdk-1.8:*"
DEPEND="${RDEPEND}
app-arch/unzip