diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-20 21:19:16 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-20 21:19:16 +0300 |
commit | 4cd6966f24f3a4c0fd961262abafbbf34afc248f (patch) | |
tree | 91819f4f46a717ca2674f85809b6309d3d1d845d /dev-lang/go | |
parent | net-fs/mc: Version bump (diff) | |
download | gentoo-4cd6966f24f3a4c0fd961262abafbbf34afc248f.tar.gz gentoo-4cd6966f24f3a4c0fd961262abafbbf34afc248f.tar.bz2 gentoo-4cd6966f24f3a4c0fd961262abafbbf34afc248f.zip |
dev-lang/go: arm stable wrt bug #673234
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.10.7.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/go/go-1.11.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/go/go-1.10.7.ebuild b/dev-lang/go/go-1.10.7.ebuild index 7545a309f7aa..9ce0ac6ccf5a 100644 --- a/dev-lang/go/go-1.10.7.ebuild +++ b/dev-lang/go/go-1.10.7.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 diff --git a/dev-lang/go/go-1.11.4.ebuild b/dev-lang/go/go-1.11.4.ebuild index d729fb54b985..3e74892a018f 100644 --- a/dev-lang/go/go-1.11.4.ebuild +++ b/dev-lang/go/go-1.11.4.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 |