diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-06-05 00:59:06 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-06-05 00:59:18 +0200 |
commit | 93030ee0c2dbe7d901d23b121fbbb54b3b278a8c (patch) | |
tree | 82e7e744f43e2c154e67082a0d285217c6600c6d /dev-lang | |
parent | sci-libs/opencascade: Remove RESTRICT=fetch (bug 619300, bug 600514). (diff) | |
download | gentoo-93030ee0c2dbe7d901d23b121fbbb54b3b278a8c.tar.gz gentoo-93030ee0c2dbe7d901d23b121fbbb54b3b278a8c.tar.bz2 gentoo-93030ee0c2dbe7d901d23b121fbbb54b3b278a8c.zip |
dev-lang/go: x86 stable wrt bug #619554
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.8.3.ebuild b/dev-lang/go/go-1.8.3.ebuild index 7bd87301f7c4..b01c31dca86b 100644 --- a/dev-lang/go/go-1.8.3.ebuild +++ b/dev-lang/go/go-1.8.3.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 |