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/watchfiles/
Date: Wed, 28 Sep 2022 21:27:52
Message-Id: 1664400450.2c5322b906e32ed0f6db163dabe4c31470a03559.sam@gentoo
1 commit: 2c5322b906e32ed0f6db163dabe4c31470a03559
2 Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Tue Sep 27 15:37:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 21:27:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5322b9
7
8 dev-python/watchfiles: Keyword 0.17.0 ppc64, #852878
9
10 Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/watchfiles/watchfiles-0.17.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/watchfiles/watchfiles-0.17.0.ebuild b/dev-python/watchfiles/watchfiles-0.17.0.ebuild
17 index 724433aff30a..c0161078938d 100644
18 --- a/dev-python/watchfiles/watchfiles-0.17.0.ebuild
19 +++ b/dev-python/watchfiles/watchfiles-0.17.0.ebuild
20 @@ -77,7 +77,7 @@ LICENSE="MIT"
21 LICENSE+=" Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 BSD"
22 LICENSE+=" CC0-1.0 ISC MIT Unlicense"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~s390 ~sparc ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~sparc ~x86"
26
27 RDEPEND="
28 =dev-python/anyio-3*[${PYTHON_USEDEP}]