diff options
author | Sam James <sam@gentoo.org> | 2020-08-06 20:57:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-06 20:57:56 +0000 |
commit | 74c88291e621fd8b0438875fad00f8762d125814 (patch) | |
tree | 09179e6a91e0baf7aac69151822d9c36e3be23d4 /dev-lang | |
parent | net-im/signal-desktop-bin: remove old version (diff) | |
download | gentoo-74c88291e621fd8b0438875fad00f8762d125814.tar.gz gentoo-74c88291e621fd8b0438875fad00f8762d125814.tar.bz2 gentoo-74c88291e621fd8b0438875fad00f8762d125814.zip |
dev-lang/go: Stabilize 1.13.15 arm, #736156
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.13.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.13.15.ebuild b/dev-lang/go/go-1.13.15.ebuild index 63af595ef50f..5438a50fb2f4 100644 --- a/dev-lang/go/go-1.13.15.ebuild +++ b/dev-lang/go/go-1.13.15.ebuild @@ -21,7 +21,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 |