From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1663965-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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4575E158534 for <garchives@archives.gentoo.org>; Sat, 24 Aug 2024 11:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C558E2A62; Sat, 24 Aug 2024 11:08: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 pigeon.gentoo.org (Postfix) with ESMTPS id 6779BE2A62 for <gentoo-commits@lists.gentoo.org>; Sat, 24 Aug 2024 11:08: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 B47A8343010 for <gentoo-commits@lists.gentoo.org>; Sat, 24 Aug 2024 11:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD8751F13 for <gentoo-commits@lists.gentoo.org>; Sat, 24 Aug 2024 11:08:55 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@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, "Arthur Zamarin" <arthurzam@gentoo.org> Message-ID: <1724497730.41411e8df907e74b0470ff0a29264abaa14f619c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/orjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/orjson/orjson-3.10.7.ebuild X-VCS-Directories: dev-python/orjson/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 41411e8df907e74b0470ff0a29264abaa14f619c X-VCS-Branch: master Date: Sat, 24 Aug 2024 11:08:55 +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: 333f8410-9a78-48e5-88e6-b24c7c6ab116 X-Archives-Hash: ef53ab970419a6c6c9a72aa80a58f6ee commit: 41411e8df907e74b0470ff0a29264abaa14f619c Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 24 11:08:50 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Aug 24 11:08:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41411e8d dev-python/orjson: Stabilize 3.10.7 ppc, #938423 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/orjson/orjson-3.10.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/orjson/orjson-3.10.7.ebuild b/dev-python/orjson/orjson-3.10.7.ebuild index c73cd7230b15..4df2c4bb6782 100644 --- a/dev-python/orjson/orjson-3.10.7.ebuild +++ b/dev-python/orjson/orjson-3.10.7.ebuild @@ -66,7 +66,7 @@ LICENSE+=" Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 MIT Unicode-DFS-2016 " SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" BDEPEND=" >=virtual/rust-1.72