diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-25 13:36:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-25 13:37:28 +0300 |
commit | 666c5fd54dec002c21be89c26a978805571c378a (patch) | |
tree | fc19d7070400026a671f5ba2fa8a7023a9436cd6 /dev-lang/go | |
parent | net-analyzer/net-snmp: Update live ebuild (diff) | |
download | gentoo-666c5fd54dec002c21be89c26a978805571c378a.tar.gz gentoo-666c5fd54dec002c21be89c26a978805571c378a.tar.bz2 gentoo-666c5fd54dec002c21be89c26a978805571c378a.zip |
dev-lang/go: arm stable wrt bug #718768
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.13.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.13.10.ebuild b/dev-lang/go/go-1.13.10.ebuild index cdfc817b0ceb..bd27c7247540 100644 --- a/dev-lang/go/go-1.13.10.ebuild +++ b/dev-lang/go/go-1.13.10.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 |