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/uvicorn/
Date: Sun, 10 Oct 2021 00:09:14
Message-Id: 1633824492.0b205e2b25785082b2debb7f6ee4b44a87a3e37d.sam@gentoo
1 commit: 0b205e2b25785082b2debb7f6ee4b44a87a3e37d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 10 00:08:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 10 00:08:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b205e2b
7
8 dev-python/uvicorn: Keyword 0.15.0_p20210913 ppc64, #813210
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/uvicorn/uvicorn-0.15.0_p20210913.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/uvicorn/uvicorn-0.15.0_p20210913.ebuild b/dev-python/uvicorn/uvicorn-0.15.0_p20210913.ebuild
16 index 36d901584c3..5018a2ac82a 100644
17 --- a/dev-python/uvicorn/uvicorn-0.15.0_p20210913.ebuild
18 +++ b/dev-python/uvicorn/uvicorn-0.15.0_p20210913.ebuild
19 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~x86"
24 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
25
26 RDEPEND="
27 >=dev-python/asgiref-3.4.0[${PYTHON_USEDEP}]