diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-23 21:58:19 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-23 21:58:19 -0500 |
commit | bb4105b58d7d77108d639e0930a9a8da61b56939 (patch) | |
tree | d2d1b401cca7242eb867c6b55469a9f0469e6376 /dev-lang | |
parent | dev-lua/luarocks: drop old EAPI (diff) | |
download | gentoo-bb4105b58d7d77108d639e0930a9a8da61b56939.tar.gz gentoo-bb4105b58d7d77108d639e0930a9a8da61b56939.tar.bz2 gentoo-bb4105b58d7d77108d639e0930a9a8da61b56939.zip |
dev-lang/go: arm64 stable (bug #700828)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.12.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |