diff options
author | Jason Zaman <perfinion@gentoo.org> | 2022-09-18 18:31:39 -0700 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2022-09-22 20:06:43 -0700 |
commit | 40ba8a38412c65607c5b2a14291fe8e7bf430295 (patch) | |
tree | 3f0d8272b12a7a7d02f4ec5430e13772d3bdb48c /dev-util/bazel/bazel-5.0.0.ebuild | |
parent | dev-util/bazel: add 5.1.1 (diff) | |
download | gentoo-40ba8a38412c65607c5b2a14291fe8e7bf430295.tar.gz gentoo-40ba8a38412c65607c5b2a14291fe8e7bf430295.tar.bz2 gentoo-40ba8a38412c65607c5b2a14291fe8e7bf430295.zip |
dev-util/bazel: stabilize 5.0.0 for amd64
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'dev-util/bazel/bazel-5.0.0.ebuild')
-rw-r--r-- | dev-util/bazel/bazel-5.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bazel/bazel-5.0.0.ebuild b/dev-util/bazel/bazel-5.0.0.ebuild index 36ee3e954ac0..a5719c639bc3 100644 --- a/dev-util/bazel/bazel-5.0.0.ebuild +++ b/dev-util/bazel/bazel-5.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="examples tools" # strip corrupts the bazel binary # test fails with network-sandbox: An error occurred during the fetch of repository 'io_bazel_skydoc' (bug 690794) |