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 A8756158D92 for ; Mon, 16 Aug 2021 19:59:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECB89E0FA8; Mon, 16 Aug 2021 19:59:30 +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 D3061E0FA8 for ; Mon, 16 Aug 2021 19:59:30 +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 EB34A3477D7 for ; Mon, 16 Aug 2021 19:59:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 498CC25 for ; Mon, 16 Aug 2021 19:59:28 +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: <1629143923.49c4ed200a22d5b75b2f96a7f5825eec5ec46499.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go-bootstrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild X-VCS-Directories: dev-lang/go-bootstrap/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 49c4ed200a22d5b75b2f96a7f5825eec5ec46499 X-VCS-Branch: master Date: Mon, 16 Aug 2021 19:59:28 +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: a18e9953-eeca-44e1-b4e3-be6214b7a467 X-Archives-Hash: 35b6c27a6cace6d7a044cf96e61a58e1 commit: 49c4ed200a22d5b75b2f96a7f5825eec5ec46499 Author: William Hubbs gentoo org> AuthorDate: Mon Aug 16 19:58:31 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Aug 16 19:58:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c4ed20 dev-lang/go-bootstrap: stabilize 1.16.6 on amd64 Signed-off-by: William Hubbs gentoo.org> dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild b/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild index 5bef3151dca..fcf1e6e43fe 100644 --- a/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild +++ b/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" +KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" IUSE="big-endian" RESTRICT="strip" QA_PREBUILT="*"