diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-03 12:26:32 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-03 12:26:32 +0300 |
commit | e4296b6efe16b3c0b2d1bf036ee333462fbcdbe1 (patch) | |
tree | ad7ed23e3098cd47cee222ed688c2402fbbe7be1 /dev-lang/go | |
parent | app-editors/gvim: Drop old (diff) | |
download | gentoo-e4296b6efe16b3c0b2d1bf036ee333462fbcdbe1.tar.gz gentoo-e4296b6efe16b3c0b2d1bf036ee333462fbcdbe1.tar.bz2 gentoo-e4296b6efe16b3c0b2d1bf036ee333462fbcdbe1.zip |
dev-lang/go: arm stable wrt bug #715770
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.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 82a499ee13a7..3376d30ceb57 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 |