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/zeroconf/
Date: Tue, 06 Sep 2022 21:12:22
Message-Id: 1662498555.3397ceb2276c02907471bf588087b75216ce75df.sam@gentoo
1 commit: 3397ceb2276c02907471bf588087b75216ce75df
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 21:09:15 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 21:09:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3397ceb2
7
8 dev-python/zeroconf: Stabilize 0.39.0 ALLARCHES, #868792
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/zeroconf/zeroconf-0.39.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/zeroconf/zeroconf-0.39.0.ebuild b/dev-python/zeroconf/zeroconf-0.39.0.ebuild
16 index e803d214a211..efc857219ad0 100644
17 --- a/dev-python/zeroconf/zeroconf-0.39.0.ebuild
18 +++ b/dev-python/zeroconf/zeroconf-0.39.0.ebuild
19 @@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
20
21 LICENSE="LGPL-2.1"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
25
26 RDEPEND="
27 >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]