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/watchgod/
Date: Wed, 01 Jun 2022 02:50:38
Message-Id: 1654051807.7cbc1d11bf4d7d1ac9e753e0b4ba43a8b0af4542.sam@gentoo
1 commit: 7cbc1d11bf4d7d1ac9e753e0b4ba43a8b0af4542
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 02:49:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 02:50:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbc1d11
7
8 dev-python/watchgod: Stabilize 0.8.2 arm64, #848675
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/watchgod/watchgod-0.8.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/watchgod/watchgod-0.8.2.ebuild b/dev-python/watchgod/watchgod-0.8.2.ebuild
16 index c23d5c7e851f..8f614a482bab 100644
17 --- a/dev-python/watchgod/watchgod-0.8.2.ebuild
18 +++ b/dev-python/watchgod/watchgod-0.8.2.ebuild
19 @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
24 +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
25
26 RDEPEND="
27 =dev-python/anyio-3*[${PYTHON_USEDEP}]