diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-03-25 23:48:27 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-03-26 00:40:21 +0200 |
commit | 2240660a59e262f80066944d35235e708929789c (patch) | |
tree | 9cad83a3697f9d1bbc87dd38d9d67f73b50b6b18 /dev-lang | |
parent | net-p2p/gtk-gnutella: x86 stable (bug #651404) (diff) | |
download | gentoo-2240660a59e262f80066944d35235e708929789c.tar.gz gentoo-2240660a59e262f80066944d35235e708929789c.tar.bz2 gentoo-2240660a59e262f80066944d35235e708929789c.zip |
dev-lang/go: x86 stable (bug #651204)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.10.ebuild b/dev-lang/go/go-1.10.ebuild index a5edf13b59d7..ca35487e1011 100644 --- a/dev-lang/go/go-1.10.ebuild +++ b/dev-lang/go/go-1.10.ebuild @@ -39,7 +39,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~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 |