From: Aaron Bauman Date: Sun, 24 Nov 2019 02:58:19 +0000 (-0500) Subject: dev-lang/go: arm64 stable (bug #700828) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bb4105b58d7d77108d639e0930a9a8da61b56939;p=gentoo.git dev-lang/go: arm64 stable (bug #700828) Signed-off-by: Aaron Bauman Package-Manager: Portage-2.3.79, Repoman-2.3.18 --- diff --git a/dev-lang/go/go-1.12.13.ebuild b/dev-lang/go/go-1.12.13.ebuild index 9acbe341dfc5..d7b266f0c670 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