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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1801E158018 for ; Mon, 4 Oct 2021 17:45:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76E62E08F3; Mon, 4 Oct 2021 17:44:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5668AE08D3 for ; Mon, 4 Oct 2021 17:44:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31403342F96 for ; Mon, 4 Oct 2021 17:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7B9915F for ; Mon, 4 Oct 2021 17:44:49 +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: <1633369447.33eab4dbcdbc5f98b42bd9b62e78d7b7008c56dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonschema/jsonschema-4.0.0.ebuild X-VCS-Directories: dev-python/jsonschema/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 33eab4dbcdbc5f98b42bd9b62e78d7b7008c56dd X-VCS-Branch: master Date: Mon, 4 Oct 2021 17:44:49 +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: 45134308-4264-4aa9-9fc3-edb2274e9a83 X-Archives-Hash: 371b172644694b234fe7e989e2bf3df5 commit: 33eab4dbcdbc5f98b42bd9b62e78d7b7008c56dd Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon Oct 4 16:02:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 4 17:44:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33eab4db dev-python/jsonschema: keyworded 4.0.0 for sparc, bug #815403 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> dev-python/jsonschema/jsonschema-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jsonschema/jsonschema-4.0.0.ebuild b/dev-python/jsonschema/jsonschema-4.0.0.ebuild index 12bde460051..239d9f05882 100644 --- a/dev-python/jsonschema/jsonschema-4.0.0.ebuild +++ b/dev-python/jsonschema/jsonschema-4.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" RDEPEND=" dev-python/attrs[${PYTHON_USEDEP}]