From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36BC915808B for ; Sat, 19 Mar 2022 07:53:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DE682BC009; Sat, 19 Mar 2022 07:53:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57FD82BC00D for ; Sat, 19 Mar 2022 07:53:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E21534392D for ; Sat, 19 Mar 2022 07:53:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41686351 for ; Sat, 19 Mar 2022 07:53:28 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1647676391.ef131fd4dcbeab29e1029f306a86f78b99edb5b0.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zeroconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zeroconf/zeroconf-0.38.3.ebuild X-VCS-Directories: dev-python/zeroconf/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: ef131fd4dcbeab29e1029f306a86f78b99edb5b0 X-VCS-Branch: master Date: Sat, 19 Mar 2022 07:53:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 811a8f22-5786-49e0-ae3e-b8274f6d4aee X-Archives-Hash: 3d71e850ed344906c94ef37d0a17b010 commit: ef131fd4dcbeab29e1029f306a86f78b99edb5b0 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Mar 19 07:53:11 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Mar 19 07:53:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef131fd4 dev-python/zeroconf: amd64/x86 stable (ALLARCHES policy) wrt bug #835310 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/zeroconf/zeroconf-0.38.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/zeroconf/zeroconf-0.38.3.ebuild b/dev-python/zeroconf/zeroconf-0.38.3.ebuild index 267b91fb5e94..85a1ef94186b 100644 --- a/dev-python/zeroconf/zeroconf-0.38.3.ebuild +++ b/dev-python/zeroconf/zeroconf-0.38.3.ebuild @@ -20,7 +20,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}]"