dev-build/bazelisk: drop x86 support - Bazel binary does not support 386

Tested & reported by Nicolas Parlant in bug #969164.

Bug: https://github.com/bazelbuild/bazel/issues/1340
Closes: https://bugs.gentoo.org/969164
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-01-24 14:01:58 +01:00
parent 3d2660ddb4
commit 665572b519
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ SRC_URI="
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm64 ~x86"
KEYWORDS="amd64 arm64"
IUSE="+bazel-symlink"
DOCS=( CONTRIBUTING.md README.md )

View File

@@ -15,7 +15,7 @@ SRC_URI="
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
KEYWORDS="~amd64 ~arm64"
IUSE="+bazel-symlink"
DOCS=( CONTRIBUTING.md README.md )