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: Sun, 05 Jun 2022 09:08:17
Message-Id: 1654420086.543c886a5f95a9d84ebd1fa1c196f9805d942f6e.sam@gentoo
1 commit: 543c886a5f95a9d84ebd1fa1c196f9805d942f6e
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Jun 5 08:01:43 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 09:08:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543c886a
7
8 dev-python/watchgod: stable 0.8.2 for hppa, bug #848675
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-python/watchgod/watchgod-0.8.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/watchgod/watchgod-0.8.2.ebuild b/dev-python/watchgod/watchgod-0.8.2.ebuild
19 index 8f614a482bab..c855cb747b3a 100644
20 --- a/dev-python/watchgod/watchgod-0.8.2.ebuild
21 +++ b/dev-python/watchgod/watchgod-0.8.2.ebuild
22 @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
27 +KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
28
29 RDEPEND="
30 =dev-python/anyio-3*[${PYTHON_USEDEP}]