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 03C38158096 for ; Thu, 22 Sep 2022 07:42:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51480E0C9F; Thu, 22 Sep 2022 07:42:39 +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 3943BE0C9F for ; Thu, 22 Sep 2022 07:42:39 +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 59BCF34102F for ; Thu, 22 Sep 2022 07:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02C735E2 for ; Thu, 22 Sep 2022 07:42:37 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1663832471.60b359748423836600d04073fc90e207b73834f5.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/canonicaljson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/canonicaljson/canonicaljson-1.6.2.ebuild X-VCS-Directories: dev-python/canonicaljson/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 60b359748423836600d04073fc90e207b73834f5 X-VCS-Branch: master Date: Thu, 22 Sep 2022 07:42:37 +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: 93ef7e60-7b25-4416-b8b4-ee1aa89e0ad0 X-Archives-Hash: 0271a07e9add855c6e51c661155d22cb commit: 60b359748423836600d04073fc90e207b73834f5 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Sep 22 07:41:11 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Sep 22 07:41:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b35974 dev-python/canonicaljson: Stabilize 1.6.2 amd64, #870118 Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/canonicaljson/canonicaljson-1.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild b/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild index dbb41eddded4..8c050cdb8e11 100644 --- a/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild +++ b/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/python-${P}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="amd64 ~ppc64" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"