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 A1793158043 for ; Sat, 20 Apr 2024 11:46:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB13BE29F3; Sat, 20 Apr 2024 11:46:23 +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 BEF0BE29F3 for ; Sat, 20 Apr 2024 11:46:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D61D83433EB for ; Sat, 20 Apr 2024 11:46:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 422751745 for ; Sat, 20 Apr 2024 11:46:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1713613555.532a3de508382b2611595f7efdf0c80de536746c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiodns/aiodns-3.2.0.ebuild X-VCS-Directories: dev-python/aiodns/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 532a3de508382b2611595f7efdf0c80de536746c X-VCS-Branch: master Date: Sat, 20 Apr 2024 11:46:20 +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: 19330a47-b903-4dc4-b20b-23d86afa6a01 X-Archives-Hash: f535b14b8bba2a718cc7cdf121fc38a1 commit: 532a3de508382b2611595f7efdf0c80de536746c Author: Sam James gentoo org> AuthorDate: Sat Apr 20 11:45:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 20 11:45:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532a3de5 dev-python/aiodns: Stabilize 3.2.0 ALLARCHES, #930316 Signed-off-by: Sam James gentoo.org> dev-python/aiodns/aiodns-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aiodns/aiodns-3.2.0.ebuild b/dev-python/aiodns/aiodns-3.2.0.ebuild index 04f4bea5d751..f7bad191f32e 100644 --- a/dev-python/aiodns/aiodns-3.2.0.ebuild +++ b/dev-python/aiodns/aiodns-3.2.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~riscv ~x86" # Tests fail with network-sandbox, since they try to resolve google.com PROPERTIES="test_network"