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: Wed, 28 Apr 2021 17:00:29
Message-Id: 1619578031.09dd01300da58d5a57822df15c5e3247d131273a.sam@gentoo
1 commit: 09dd01300da58d5a57822df15c5e3247d131273a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 28 02:44:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 02:47:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09dd0130
7
8 dev-python/zeroconf: Stabilize 0.29.0 ALLARCHES, #786084
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/zeroconf/zeroconf-0.29.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/zeroconf/zeroconf-0.29.0.ebuild b/dev-python/zeroconf/zeroconf-0.29.0.ebuild
16 index fc762bc9256..7a446550f3e 100644
17 --- a/dev-python/zeroconf/zeroconf-0.29.0.ebuild
18 +++ b/dev-python/zeroconf/zeroconf-0.29.0.ebuild
19 @@ -18,7 +18,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=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"