From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1734566-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DE49A1581EE
	for <garchives@archives.gentoo.org>; Sat, 05 Apr 2025 17:22:14 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id C7C203432D9
	for <garchives@archives.gentoo.org>; Sat, 05 Apr 2025 17:22:14 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id AD5751104C1;
	Sat, 05 Apr 2025 17:21:59 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by bobolink.gentoo.org (Postfix) with ESMTPS id 9D91E1104BE
	for <gentoo-commits@lists.gentoo.org>; Sat, 05 Apr 2025 17:21:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 53797343164
	for <gentoo-commits@lists.gentoo.org>; Sat, 05 Apr 2025 17:21:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A19712809
	for <gentoo-commits@lists.gentoo.org>; Sat, 05 Apr 2025 17:21:56 +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: <1743873529.00f5e3e40a00e613bdd17c617a4b1e3268dc62a1.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/docker-buildx/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-containers/docker-buildx/docker-buildx-0.20.1.ebuild
X-VCS-Directories: app-containers/docker-buildx/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 00f5e3e40a00e613bdd17c617a4b1e3268dc62a1
X-VCS-Branch: master
Date: Sat, 05 Apr 2025 17:21:56 +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: e34df75f-c36c-4d49-b821-d8d80f273205
X-Archives-Hash: 366c40df7eb95a201cf0ec13b201fa7d

commit:     00f5e3e40a00e613bdd17c617a4b1e3268dc62a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  5 17:07:26 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  5 17:18:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f5e3e4

app-containers/docker-buildx: Stabilize 0.20.1 amd64, #953226

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-containers/docker-buildx/docker-buildx-0.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/docker-buildx/docker-buildx-0.20.1.ebuild b/app-containers/docker-buildx/docker-buildx-0.20.1.ebuild
index f1b68c11170d..f89e29c3bee6 100644
--- a/app-containers/docker-buildx/docker-buildx-0.20.1.ebuild
+++ b/app-containers/docker-buildx/docker-buildx-0.20.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/docker/buildx.git"
 else
 	SRC_URI="https://github.com/docker/buildx/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 	S="${WORKDIR}/${MY_PN}-${PV}"
 fi