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.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 04DC7158093 for ; Sat, 2 Jul 2022 18:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40CCAE09B8; Sat, 2 Jul 2022 18:18: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 1D44FE09B8 for ; Sat, 2 Jul 2022 18:18:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 248C4341D47 for ; Sat, 2 Jul 2022 18:18:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8061F52C for ; Sat, 2 Jul 2022 18:18:13 +0000 (UTC) From: "Sam James" 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" Message-ID: <1656785743.afd11c41d0866222bb14801900e6c8926bf37f85.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ujson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ujson/ujson-5.4.0.ebuild X-VCS-Directories: dev-python/ujson/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: afd11c41d0866222bb14801900e6c8926bf37f85 X-VCS-Branch: master Date: Sat, 2 Jul 2022 18:18:13 +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: e2eccaf3-5a88-4709-b71d-328a4308c626 X-Archives-Hash: ef360856d4b51fe4b27277939a999e56 commit: afd11c41d0866222bb14801900e6c8926bf37f85 Author: Sam James gentoo org> AuthorDate: Sat Jul 2 18:15:43 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 2 18:15:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd11c41 dev-python/ujson: Stabilize 5.4.0 amd64, #855686 Signed-off-by: Sam James gentoo.org> dev-python/ujson/ujson-5.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ujson/ujson-5.4.0.ebuild b/dev-python/ujson/ujson-5.4.0.ebuild index 7d9fa081d350..aee4b8b57163 100644 --- a/dev-python/ujson/ujson-5.4.0.ebuild +++ b/dev-python/ujson/ujson-5.4.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" DEPEND=" dev-libs/double-conversion:=