diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-12-01 10:02:22 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-12-01 10:02:22 +0100 |
commit | 37bab875b627788558d59e0f87f06d360faa60d9 (patch) | |
tree | 5714287562ba67a8ba442b85eb65dac398d3fc0d /dev-lang | |
parent | sys-fs/udev: x86 stable wrt bug #827853 (diff) | |
download | gentoo-37bab875b627788558d59e0f87f06d360faa60d9.tar.gz gentoo-37bab875b627788558d59e0f87f06d360faa60d9.tar.bz2 gentoo-37bab875b627788558d59e0f87f06d360faa60d9.zip |
dev-lang/go: x86 stable wrt bug #827857
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.17.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.17.3.ebuild b/dev-lang/go/go-1.17.3.ebuild index 59c565861010..13c2c95e867d 100644 --- a/dev-lang/go/go-1.17.3.ebuild +++ b/dev-lang/go/go-1.17.3.ebuild @@ -21,7 +21,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 arm arm64 ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 arm arm64 ~ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" ;; esac esac |