From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 0DC561382C5 for ; Thu, 21 Jan 2021 15:57:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F302E07A7; Thu, 21 Jan 2021 15:57:45 +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 1D1D2E07A7 for ; Thu, 21 Jan 2021 15:57:45 +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 0DC9834106B for ; Thu, 21 Jan 2021 15:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1F4D49 for ; Thu, 21 Jan 2021 15:57:42 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1611244637.ec2e47baa4227a13f55d6499312aaff571964b18.williamh@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.14.14.ebuild dev-lang/go/go-1.15.7.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ec2e47baa4227a13f55d6499312aaff571964b18 X-VCS-Branch: master Date: Thu, 21 Jan 2021 15:57:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 608625a0-8d7d-451a-a137-e2efe1d7df1d X-Archives-Hash: b18219e23a0a741241e22de458a84b2a commit: ec2e47baa4227a13f55d6499312aaff571964b18 Author: William Hubbs gentoo org> AuthorDate: Thu Jan 21 15:54:42 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jan 21 15:57:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2e47ba dev-lang/go: stable 1.14.14 and 1.15.7 on amd64 Bug: https://bugs.gentoo.org/766216 Signed-off-by: William Hubbs gentoo.org> dev-lang/go/go-1.14.14.ebuild | 2 +- dev-lang/go/go-1.15.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/go/go-1.14.14.ebuild b/dev-lang/go/go-1.14.14.ebuild index 461f57dcd52..07cd0d903d5 100644 --- a/dev-lang/go/go-1.14.14.ebuild +++ b/dev-lang/go/go-1.14.14.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 diff --git a/dev-lang/go/go-1.15.7.ebuild b/dev-lang/go/go-1.15.7.ebuild index 461f57dcd52..07cd0d903d5 100644 --- a/dev-lang/go/go-1.15.7.ebuild +++ b/dev-lang/go/go-1.15.7.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