diff options
author | Sam James <sam@gentoo.org> | 2020-10-14 18:38:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-14 18:38:04 +0000 |
commit | af5df79a4ef7f4dba9cd016bb404eed47e309263 (patch) | |
tree | f501e98a6a42d5463cba4e5e9a468e759ba7c7b6 /dev-lang | |
parent | app-misc/tmuxp-1.5.6: Version bump (diff) | |
download | gentoo-af5df79a4ef7f4dba9cd016bb404eed47e309263.tar.gz gentoo-af5df79a4ef7f4dba9cd016bb404eed47e309263.tar.bz2 gentoo-af5df79a4ef7f4dba9cd016bb404eed47e309263.zip |
dev-lang/go: Stabilize 1.14.9 arm, #748981
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.14.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.14.9.ebuild b/dev-lang/go/go-1.14.9.ebuild index fc1429e51f5b..270cfa04e40d 100644 --- a/dev-lang/go/go-1.14.9.ebuild +++ b/dev-lang/go/go-1.14.9.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" ;; esac esac |