diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-09 13:39:02 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-09 13:39:02 +0100 |
commit | 57c25b062c84edbad7be0a5bef171141ed68a58e (patch) | |
tree | d7d380c0095d8b891e979c603f2d2f3a8dfcfea2 /dev-lang/go | |
parent | media-libs/giflib: amd64 stable wrt bug #711272 (diff) | |
download | gentoo-57c25b062c84edbad7be0a5bef171141ed68a58e.tar.gz gentoo-57c25b062c84edbad7be0a5bef171141ed68a58e.tar.bz2 gentoo-57c25b062c84edbad7be0a5bef171141ed68a58e.zip |
dev-lang/go: amd64 stable wrt bug #711552
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.13.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.13.8.ebuild b/dev-lang/go/go-1.13.8.ebuild index f82660622704..3376d30ceb57 100644 --- a/dev-lang/go/go-1.13.8.ebuild +++ b/dev-lang/go/go-1.13.8.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 |