diff options
author | Sam James <sam@gentoo.org> | 2021-08-26 22:01:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-26 22:01:39 +0100 |
commit | 00fa8069e2821ceef6cf88389e73f6491a5042f5 (patch) | |
tree | 6c80a0c530f8336187035ae0c068a3921cfe4540 /dev-lang | |
parent | dev-lang/go: Stabilize 1.17 arm64, #810064 (diff) | |
download | gentoo-00fa8069e2821ceef6cf88389e73f6491a5042f5.tar.gz gentoo-00fa8069e2821ceef6cf88389e73f6491a5042f5.tar.bz2 gentoo-00fa8069e2821ceef6cf88389e73f6491a5042f5.zip |
dev-lang/go: Stabilize 1.17 arm, #810064
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.17.ebuild b/dev-lang/go/go-1.17.ebuild index 06a62cb87e7f..a545e2d83127 100644 --- a/dev-lang/go/go-1.17.ebuild +++ b/dev-lang/go/go-1.17.ebuild @@ -21,7 +21,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 arm arm64 ~ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" ;; esac esac |