diff options
author | Markus Meier <maekke@gentoo.org> | 2019-01-31 21:20:54 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2019-01-31 21:20:54 +0100 |
commit | 97ffd287b388e8e4dacee04a769eb9c21a42082c (patch) | |
tree | e066647e66f702d223ec09166cd36b9fb4c6d48a /dev-lang | |
parent | dev-vcs/subversion: arm stable, bug #676094 (diff) | |
download | gentoo-97ffd287b388e8e4dacee04a769eb9c21a42082c.tar.gz gentoo-97ffd287b388e8e4dacee04a769eb9c21a42082c.tar.bz2 gentoo-97ffd287b388e8e4dacee04a769eb9c21a42082c.zip |
dev-lang/go: arm stable, bug #676368
Signed-off-by: Markus Meier <maekke@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.10.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.10.8.ebuild b/dev-lang/go/go-1.10.8.ebuild index be06f525efe2..44ca41c8b29e 100644 --- a/dev-lang/go/go-1.10.8.ebuild +++ b/dev-lang/go/go-1.10.8.ebuild @@ -39,7 +39,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-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 |