From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1684757-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 A8747158042
	for <garchives@archives.gentoo.org>; Wed, 30 Oct 2024 14:53:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DBE1AE07EC;
	Wed, 30 Oct 2024 14:53:16 +0000 (UTC)
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 pigeon.gentoo.org (Postfix) with ESMTPS id C2205E07EC
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Oct 2024 14:53:16 +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 DAD7E342FB0
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Oct 2024 14:53:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7653F11DF
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Oct 2024 14:53:14 +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: <1730299978.cae4e65c6f320441ad333c23f4444218c3ce437b.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jedi/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/jedi/jedi-0.19.1_p20240706.ebuild
X-VCS-Directories: dev-python/jedi/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: cae4e65c6f320441ad333c23f4444218c3ce437b
X-VCS-Branch: master
Date: Wed, 30 Oct 2024 14:53:14 +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: 24ff1b14-89b9-4de3-a99f-71567fd3b15a
X-Archives-Hash: 3573ae02bd0fec0e1aee55f33b08f038

commit:     cae4e65c6f320441ad333c23f4444218c3ce437b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 14:52:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 14:52:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae4e65c

dev-python/jedi: Stabilize 0.19.1_p20240706 ALLARCHES, #942525

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

 dev-python/jedi/jedi-0.19.1_p20240706.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jedi/jedi-0.19.1_p20240706.ebuild b/dev-python/jedi/jedi-0.19.1_p20240706.ebuild
index e5d7deb7d9bc..aed4535b3ddb 100644
--- a/dev-python/jedi/jedi-0.19.1_p20240706.ebuild
+++ b/dev-python/jedi/jedi-0.19.1_p20240706.ebuild
@@ -33,7 +33,7 @@ LICENSE="
 	test? ( Apache-2.0 )
 "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
 
 RDEPEND="
 	<dev-python/parso-0.9[${PYTHON_USEDEP}]