Diff go-1.15.7 with a go-9999
/usr/portage/dev-lang/go/go-9999.ebuild 2021-01-19 01:09:00.000000000 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2020 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
21 | 21 |
case ${PV} in |
22 | 22 |
*_beta*|*_rc*) ;; |
23 | 23 |
*) |
24 |
KEYWORDS="-* amd64 arm arm64 ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" |
|
24 |
KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" |
|
25 | 25 |
;; |
26 | 26 |
esac |
27 | 27 |
esac |