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 9141A158094 for ; Sat, 25 Jun 2022 09:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E84FE08F0; Sat, 25 Jun 2022 09:01:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBB8CE08F0 for ; Sat, 25 Jun 2022 09:01:20 +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 2169934180C for ; Sat, 25 Jun 2022 09:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E26F51B for ; Sat, 25 Jun 2022 09:01:17 +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: <1656147644.1f4986c1d634b07682579e07a2ab2240435046b1.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openapi-spec-validator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/openapi-spec-validator/openapi-spec-validator-0.4.0.ebuild X-VCS-Directories: dev-python/openapi-spec-validator/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 1f4986c1d634b07682579e07a2ab2240435046b1 X-VCS-Branch: master Date: Sat, 25 Jun 2022 09:01:17 +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: 54ad2997-e200-47ee-ba5d-f3c69d8df2ab X-Archives-Hash: 6e9b063fbe097058608dee244e673f63 commit: 1f4986c1d634b07682579e07a2ab2240435046b1 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Jun 25 09:00:44 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Jun 25 09:00:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4986c1 dev-python/openapi-spec-validator: x86 stable wrt bug #854018 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/openapi-spec-validator/openapi-spec-validator-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/openapi-spec-validator/openapi-spec-validator-0.4.0.ebuild b/dev-python/openapi-spec-validator/openapi-spec-validator-0.4.0.ebuild index 3bf32938624b..c86f945de79b 100644 --- a/dev-python/openapi-spec-validator/openapi-spec-validator-0.4.0.ebuild +++ b/dev-python/openapi-spec-validator/openapi-spec-validator-0.4.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" RDEPEND=" >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]