diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-12-11 19:21:58 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-12-11 19:21:58 +0100 |
commit | b0dc3b6bc264793f5373e45af20691415cfab330 (patch) | |
tree | 8563bb79fc2f0eab2449c7adb7dc70e5bfbfb9a0 /dev-lang/go | |
parent | dev-perl/Type-Tie: sparc stable wrt bug #828882 (diff) | |
download | gentoo-b0dc3b6bc264793f5373e45af20691415cfab330.tar.gz gentoo-b0dc3b6bc264793f5373e45af20691415cfab330.tar.bz2 gentoo-b0dc3b6bc264793f5373e45af20691415cfab330.zip |
dev-lang/go: x86 stable wrt bug #828877
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.17.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.17.5.ebuild b/dev-lang/go/go-1.17.5.ebuild index 12a85433a096..da8277d75a74 100644 --- a/dev-lang/go/go-1.17.5.ebuild +++ b/dev-lang/go/go-1.17.5.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 |