From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1693632-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(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 6D6F815821F
	for <garchives@archives.gentoo.org>; Sun, 24 Nov 2024 11:02:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8FEE1E0819;
	Sun, 24 Nov 2024 11:02:47 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 72A6DE0819
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2024 11:02:47 +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 3F13C342FAF
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2024 11:02:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DDA211F7A
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2024 11:02:43 +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: <1732446122.295a5c1487c6fe6cc6e7a5928c91c2c8dbe7335d.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/pwndbg/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-debug/pwndbg/pwndbg-20240829.ebuild
X-VCS-Directories: dev-debug/pwndbg/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 295a5c1487c6fe6cc6e7a5928c91c2c8dbe7335d
X-VCS-Branch: master
Date: Sun, 24 Nov 2024 11:02:43 +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: 8d359e64-85d0-439c-9907-4749fd189564
X-Archives-Hash: 053de9961cae50355eb1e7e790e1b7d9

commit:     295a5c1487c6fe6cc6e7a5928c91c2c8dbe7335d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 11:02:02 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 11:02:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295a5c14

dev-debug/pwndbg: Stabilize 20240829 x86, #943475

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

 dev-debug/pwndbg/pwndbg-20240829.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/pwndbg/pwndbg-20240829.ebuild b/dev-debug/pwndbg/pwndbg-20240829.ebuild
index 119f91d202cd..c9c6c49e4cf1 100644
--- a/dev-debug/pwndbg/pwndbg-20240829.ebuild
+++ b/dev-debug/pwndbg/pwndbg-20240829.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "99999999" ]]; then
 else
 	MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
 	SRC_URI="https://github.com/pwndbg/pwndbg/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~x86"
+	KEYWORDS="~amd64 ~arm64 x86"
 	S="${WORKDIR}/${PN}-${MY_PV}"
 fi