diff options
author | William Hubbs <williamh@gentoo.org> | 2020-03-31 18:23:50 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-04-01 10:10:19 -0500 |
commit | 61d966f0a9b456f33b790a53e604115f356e67f3 (patch) | |
tree | d6271934f238c196b77e2f9593f358a7a0f96f5d /dev-lang | |
parent | net-misc/asterisk: further fix for binutils-2.34 on 13.32.0 (diff) | |
download | gentoo-61d966f0a9b456f33b790a53e604115f356e67f3.tar.gz gentoo-61d966f0a9b456f33b790a53e604115f356e67f3.tar.bz2 gentoo-61d966f0a9b456f33b790a53e604115f356e67f3.zip |
dev-lang/go: stable 1.13.9 on amd64 and x86
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.13.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.13.9.ebuild b/dev-lang/go/go-1.13.9.ebuild index f7c4c78376b8..82a499ee13a7 100644 --- a/dev-lang/go/go-1.13.9.ebuild +++ b/dev-lang/go/go-1.13.9.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 |