diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-09 00:18:24 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-09 00:18:24 +0100 |
commit | bdba2b719102fffebb59d212f4883de0844cb59b (patch) | |
tree | a14fe661d90238f5a6128c03037e972f30fa9498 /dev-lang/go | |
parent | media-libs/giflib: x86 stable (bug #711272) (diff) | |
download | gentoo-bdba2b719102fffebb59d212f4883de0844cb59b.tar.gz gentoo-bdba2b719102fffebb59d212f4883de0844cb59b.tar.bz2 gentoo-bdba2b719102fffebb59d212f4883de0844cb59b.zip |
dev-lang/go: x86 stable (bug #711552)
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.13.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.13.8.ebuild b/dev-lang/go/go-1.13.8.ebuild index f7c4c78376b8..3d9e94dcc247 100644 --- a/dev-lang/go/go-1.13.8.ebuild +++ b/dev-lang/go/go-1.13.8.ebuild @@ -21,7 +21,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" # The upstream tests fail under portage but pass if the build is # run according to their documentation [1]. # I am restricting the tests on released versions until this is |