diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-31 03:05:17 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-31 03:05:27 +0300 |
commit | a09f6ddc93776f717f6c6b0d4e8c837f66dc2236 (patch) | |
tree | a25a16f8ef95ec96f0dd739731388e51ac7f1f9d /dev-lang/go | |
parent | sys-apps/apply-default-acl: remove "unused" apply-default-acl-0.0.6.ebuild. (diff) | |
download | gentoo-a09f6ddc93776f717f6c6b0d4e8c837f66dc2236.tar.gz gentoo-a09f6ddc93776f717f6c6b0d4e8c837f66dc2236.tar.bz2 gentoo-a09f6ddc93776f717f6c6b0d4e8c837f66dc2236.zip |
dev-lang/go: arm stable wrt bug #660736
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-lang/go')
-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 a31954ca101e..d383981a727b 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 |