diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-15 15:36:14 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-15 16:19:21 +0200 |
commit | 35f9c901bb01bf89bd9996603e1fb5e82e280b42 (patch) | |
tree | e11a1362d00fa9869189556957ae139eae5fc9ba /dev-lang | |
parent | net-misc/curl: x86 stable (bug #660894) (diff) | |
download | gentoo-35f9c901bb01bf89bd9996603e1fb5e82e280b42.tar.gz gentoo-35f9c901bb01bf89bd9996603e1fb5e82e280b42.tar.bz2 gentoo-35f9c901bb01bf89bd9996603e1fb5e82e280b42.zip |
dev-lang/go: x86 stable (bug #660736)
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.10.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.10.3.ebuild b/dev-lang/go/go-1.10.3.ebuild index 085d8581d6b1..a31954ca101e 100644 --- a/dev-lang/go/go-1.10.3.ebuild +++ b/dev-lang/go/go-1.10.3.ebuild @@ -39,7 +39,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 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 |