diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-26 21:16:44 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-26 21:18:01 +0100 |
commit | 02d7e17262d50dbd7811279513af8b9d3ba2592a (patch) | |
tree | f85c13f7fdfb121c665f8e3e4f3f669c9a82e133 /dev-python/zeroconf | |
parent | app-portage/metagen: Stabilize 0.7.3 x86, #832063 (diff) | |
download | gentoo-02d7e17262d50dbd7811279513af8b9d3ba2592a.tar.gz gentoo-02d7e17262d50dbd7811279513af8b9d3ba2592a.tar.bz2 gentoo-02d7e17262d50dbd7811279513af8b9d3ba2592a.zip |
dev-python/zeroconf: Stabilize 0.38.1 ALLARCHES, #832108
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/zeroconf')
-rw-r--r-- | dev-python/zeroconf/zeroconf-0.38.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/zeroconf/zeroconf-0.38.1.ebuild b/dev-python/zeroconf/zeroconf-0.38.1.ebuild index b416d399c1d2..05d6e36f8d95 100644 --- a/dev-python/zeroconf/zeroconf-0.38.1.ebuild +++ b/dev-python/zeroconf/zeroconf-0.38.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P} LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" RDEPEND=">=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]" |