diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-10-06 23:09:49 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-10-06 23:11:19 -0400 |
commit | ce26f008d474f151fa4e4cbb04429fdb03c9ca59 (patch) | |
tree | b0ef853527ac38ed4ccdc3f9570e6ed6046789e5 /dev-lang | |
parent | media-libs/libheif: arm64 stable (bug #696302) (diff) | |
download | gentoo-ce26f008d474f151fa4e4cbb04429fdb03c9ca59.tar.gz gentoo-ce26f008d474f151fa4e4cbb04429fdb03c9ca59.tar.bz2 gentoo-ce26f008d474f151fa4e4cbb04429fdb03c9ca59.zip |
dev-lang/go: arm64 stable (bug #696302)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.12.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.12.9.ebuild b/dev-lang/go/go-1.12.9.ebuild index daee1d59a92e..1d18b01c55a5 100644 --- a/dev-lang/go/go-1.12.9.ebuild +++ b/dev-lang/go/go-1.12.9.ebuild @@ -37,7 +37,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 arm arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~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 |