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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A435E1581F3 for ; Thu, 28 Nov 2024 21:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2C4CE08C8; Thu, 28 Nov 2024 21:03:10 +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 C6241E08C8 for ; Thu, 28 Nov 2024 21:03:10 +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 B8E01343030 for ; Thu, 28 Nov 2024 21:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10E1ED81 for ; Thu, 28 Nov 2024 21:03:08 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1732827786.17450be6a3d4a44e050795a2b8fe1c85c63f7d8e.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns/pdns-4.9.2.ebuild X-VCS-Directories: net-dns/pdns/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 17450be6a3d4a44e050795a2b8fe1c85c63f7d8e X-VCS-Branch: master Date: Thu, 28 Nov 2024 21:03:08 +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: e735b571-beb6-4df3-ba56-e51f5c978d66 X-Archives-Hash: 693a6440cfb2f92d4b8fea86d77ea416 commit: 17450be6a3d4a44e050795a2b8fe1c85c63f7d8e Author: Sven Wegener gentoo org> AuthorDate: Thu Nov 28 21:02:48 2024 +0000 Commit: Sven Wegener gentoo org> CommitDate: Thu Nov 28 21:03:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17450be6 net-dns/pdns: enable py3.13 Signed-off-by: Sven Wegener gentoo.org> net-dns/pdns/pdns-4.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/pdns/pdns-4.9.2.ebuild b/net-dns/pdns/pdns-4.9.2.ebuild index 278cba886e04..6a8019baa961 100644 --- a/net-dns/pdns/pdns-4.9.2.ebuild +++ b/net-dns/pdns/pdns-4.9.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic lua-single python-any-r1