diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-22 12:56:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-22 12:56:04 +0300 |
commit | fb1e8b2effa16fea5325460f99a277478ed9701c (patch) | |
tree | 9cd3d11e1f6bc0358f3d58347b6335a0f71f6bfd /dev-lang | |
parent | dev-util/valgrind: arm stable wrt bug #698684 (diff) | |
download | gentoo-fb1e8b2effa16fea5325460f99a277478ed9701c.tar.gz gentoo-fb1e8b2effa16fea5325460f99a277478ed9701c.tar.bz2 gentoo-fb1e8b2effa16fea5325460f99a277478ed9701c.zip |
dev-lang/go: arm stable wrt bug #700828
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.12.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.12.13.ebuild b/dev-lang/go/go-1.12.13.ebuild index d39e305b8e26..9acbe341dfc5 100644 --- a/dev-lang/go/go-1.12.13.ebuild +++ b/dev-lang/go/go-1.12.13.ebuild @@ -37,7 +37,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 |