diff options
author | Sam James <sam@gentoo.org> | 2022-02-15 16:16:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-15 16:16:28 +0000 |
commit | 83514eae7abd246c2913fce7f0ec74f38ffce291 (patch) | |
tree | 77f2ca198943cb0ecb9fcd97f3cec6f35566be2d /dev-lang/go | |
parent | dev-lang/go: Stabilize 1.17.7 ppc64, #833200 (diff) | |
download | gentoo-83514eae7abd246c2913fce7f0ec74f38ffce291.tar.gz gentoo-83514eae7abd246c2913fce7f0ec74f38ffce291.tar.bz2 gentoo-83514eae7abd246c2913fce7f0ec74f38ffce291.zip |
dev-lang/go: Stabilize 1.17.7 arm, #833200
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.17.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.17.7.ebuild b/dev-lang/go/go-1.17.7.ebuild index a7fb8fa573b9..b7ee90f87589 100644 --- a/dev-lang/go/go-1.17.7.ebuild +++ b/dev-lang/go/go-1.17.7.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 |