diff options
Diffstat (limited to 'dev-util/bazel')
-rw-r--r-- | dev-util/bazel/bazel-0.24.1-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-util/bazel/bazel-0.26.1-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-util/bazel/bazel-0.27.0-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-util/bazel/bazel-0.27.2.ebuild | 5 | ||||
-rw-r--r-- | dev-util/bazel/bazel-0.28.1.ebuild | 5 |
5 files changed, 15 insertions, 10 deletions
diff --git a/dev-util/bazel/bazel-0.24.1-r1.ebuild b/dev-util/bazel/bazel-0.24.1-r1.ebuild index a1d730d57133..84224be11667 100644 --- a/dev-util/bazel/bazel-0.24.1-r1.ebuild +++ b/dev-util/bazel/bazel-0.24.1-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 diff --git a/dev-util/bazel/bazel-0.26.1-r1.ebuild b/dev-util/bazel/bazel-0.26.1-r1.ebuild index a1d730d57133..84224be11667 100644 --- a/dev-util/bazel/bazel-0.26.1-r1.ebuild +++ b/dev-util/bazel/bazel-0.26.1-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 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 diff --git a/dev-util/bazel/bazel-0.27.2.ebuild b/dev-util/bazel/bazel-0.27.2.ebuild index a1d730d57133..84224be11667 100644 --- a/dev-util/bazel/bazel-0.27.2.ebuild +++ b/dev-util/bazel/bazel-0.27.2.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 diff --git a/dev-util/bazel/bazel-0.28.1.ebuild b/dev-util/bazel/bazel-0.28.1.ebuild index a1d730d57133..84224be11667 100644 --- a/dev-util/bazel/bazel-0.28.1.ebuild +++ b/dev-util/bazel/bazel-0.28.1.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 |