Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openapi-schema-validator/
Date: Sun, 25 Sep 2022 23:58:33
Message-Id: 1664150193.fb1ba3ea171cf3433d9896fe2ea75f18ee59295a.sam@gentoo
1 commit: fb1ba3ea171cf3433d9896fe2ea75f18ee59295a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 23:56:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 23:56:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1ba3ea
7
8 dev-python/openapi-schema-validator: Stabilize 0.3.1 x86, #872908
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../openapi-schema-validator/openapi-schema-validator-0.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.1.ebuild b/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.1.ebuild
16 index 003dd3e79e61..24015e17c437 100644
17 --- a/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.1.ebuild
18 +++ b/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.1.ebuild
19 @@ -20,7 +20,7 @@ SRC_URI="
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
25
26 RDEPEND="
27 >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]