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 81283158087 for ; Mon, 10 Jan 2022 05:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF15F2BC04B; Mon, 10 Jan 2022 05:13: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 740CA2BC048 for ; Mon, 10 Jan 2022 05:13: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 23F9F342DF9 for ; Mon, 10 Jan 2022 05:13:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6754B21E for ; Mon, 10 Jan 2022 05:13:13 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1641791575.ab0bd737f3e8e36ff930fe6faf6882d41b0967f1.kumba@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.3.3.ebuild X-VCS-Directories: dev-python/jsonschema/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: ab0bd737f3e8e36ff930fe6faf6882d41b0967f1 X-VCS-Branch: master Date: Mon, 10 Jan 2022 05:13: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: f9e57bab-e847-48be-bfa6-18da510892a8 X-Archives-Hash: 895c0109d5669460b9e570ace5eaa9a8 commit: ab0bd737f3e8e36ff930fe6faf6882d41b0967f1 Author: Joshua Kinard gentoo org> AuthorDate: Mon Jan 10 05:06:05 2022 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Mon Jan 10 05:12:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0bd737 dev-python/jsonschema: Added ~mips to KEYWORDS Bug: https://bugs.gentoo.org/815403 Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3 dev-python/jsonschema/jsonschema-4.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jsonschema/jsonschema-4.3.3.ebuild b/dev-python/jsonschema/jsonschema-4.3.3.ebuild index 319fe19b4d5e..03d1e2c86ba7 100644 --- a/dev-python/jsonschema/jsonschema-4.3.3.ebuild +++ b/dev-python/jsonschema/jsonschema-4.3.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" dev-python/attrs[${PYTHON_USEDEP}]