From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 49D0A1584F2 for ; Sun, 16 Mar 2025 21:49:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 344753431E4 for ; Sun, 16 Mar 2025 21:49:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 259BE1102B7; Sun, 16 Mar 2025 21:49:52 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1D9351102B7 for ; Sun, 16 Mar 2025 21:49:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99DD8343089 for ; Sun, 16 Mar 2025 21:49:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0614410F1 for ; Sun, 16 Mar 2025 21:49:50 +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: <1742161745.62b033273f4f974979ec1f5f0a02535175f40991.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/avahi/avahi-0.9_rc2.ebuild X-VCS-Directories: net-dns/avahi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 62b033273f4f974979ec1f5f0a02535175f40991 X-VCS-Branch: master Date: Sun, 16 Mar 2025 21:49:50 +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: 1c3f7ca2-2fbf-4aa4-8f27-9efdd51319ef X-Archives-Hash: b1d8f23fb9d4732d91c3317bd6b1f445 commit: 62b033273f4f974979ec1f5f0a02535175f40991 Author: Sam James gentoo org> AuthorDate: Sun Mar 16 21:49:05 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 16 21:49:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b03327 net-dns/avahi: enable py3.13 Signed-off-by: Sam James gentoo.org> net-dns/avahi/avahi-0.9_rc2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/avahi/avahi-0.9_rc2.ebuild b/net-dns/avahi/avahi-0.9_rc2.ebuild index a337c8c61bb9..11afa36104ee 100644 --- a/net-dns/avahi/avahi-0.9_rc2.ebuild +++ b/net-dns/avahi/avahi-0.9_rc2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="gdbm" inherit autotools multilib-minimal python-single-r1 systemd