From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1188044-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E90A5138359 for <garchives@archives.gentoo.org>; Fri, 17 Jul 2020 01:03:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D04E0858; Fri, 17 Jul 2020 01:03:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 031BDE0858 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jul 2020 01:03:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61AB034F15B for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jul 2020 01:03:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D337E2D0 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jul 2020 01:03:53 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1594947802.8e2c52f60bc568b00fcd0f4fc8a308a853db95e3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go/go-1.13.13.ebuild dev-lang/go/go-1.14.5.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8e2c52f60bc568b00fcd0f4fc8a308a853db95e3 X-VCS-Branch: master Date: Fri, 17 Jul 2020 01:03:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88cee707-d89f-42a2-9e28-354bb1a66486 X-Archives-Hash: 00ff57796fa7114fcaea981b404f282a commit: 8e2c52f60bc568b00fcd0f4fc8a308a853db95e3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 17 01:03:22 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 17 01:03:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2c52f6 dev-lang/go: arm64 stable (bug #732578) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/go/go-1.13.13.ebuild | 2 +- dev-lang/go/go-1.14.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/go/go-1.13.13.ebuild b/dev-lang/go/go-1.13.13.ebuild index fd9fbe5c5e2..3d068937fba 100644 --- a/dev-lang/go/go-1.13.13.ebuild +++ b/dev-lang/go/go-1.13.13.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 diff --git a/dev-lang/go/go-1.14.5.ebuild b/dev-lang/go/go-1.14.5.ebuild index abc58582707..a22506fed2c 100644 --- a/dev-lang/go/go-1.14.5.ebuild +++ b/dev-lang/go/go-1.14.5.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