Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bazel/
Date: Fri, 23 Sep 2022 03:07:00
Message-Id: 1663902403.40ba8a38412c65607c5b2a14291fe8e7bf430295.perfinion@gentoo
1 commit: 40ba8a38412c65607c5b2a14291fe8e7bf430295
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 19 01:31:39 2022 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 03:06:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ba8a38
7
8 dev-util/bazel: stabilize 5.0.0 for amd64
9
10 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
11
12 dev-util/bazel/bazel-5.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/bazel/bazel-5.0.0.ebuild b/dev-util/bazel/bazel-5.0.0.ebuild
16 index 36ee3e954ac0..a5719c639bc3 100644
17 --- a/dev-util/bazel/bazel-5.0.0.ebuild
18 +++ b/dev-util/bazel/bazel-5.0.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64"
24 +KEYWORDS="amd64"
25 IUSE="examples tools"
26 # strip corrupts the bazel binary
27 # test fails with network-sandbox: An error occurred during the fetch of repository 'io_bazel_skydoc' (bug 690794)