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 D6D111581EC for ; Fri, 22 Nov 2024 10:35:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29222E0819; Fri, 22 Nov 2024 10:35:49 +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 0DEA9E0819 for ; Fri, 22 Nov 2024 10:35:49 +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 2CCD933BE3B for ; Fri, 22 Nov 2024 10:35:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDAFDAED for ; Fri, 22 Nov 2024 10:35:46 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1732271736.9b11b18cccec8f31c4345fdf890ad20d28ec14bd.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librdkafka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/librdkafka/librdkafka-2.6.1.ebuild X-VCS-Directories: dev-libs/librdkafka/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 9b11b18cccec8f31c4345fdf890ad20d28ec14bd X-VCS-Branch: master Date: Fri, 22 Nov 2024 10:35:46 +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: cc89b17f-c5f6-416e-80c6-820c3f299c09 X-Archives-Hash: 87d9687e86176aff56f4fd77deb3a9a1 commit: 9b11b18cccec8f31c4345fdf890ad20d28ec14bd Author: Patrick Lauer gentoo org> AuthorDate: Fri Nov 22 10:35:36 2024 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Fri Nov 22 10:35:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b11b18c dev-libs/librdkafka: enable py3.13 Signed-off-by: Patrick Lauer gentoo.org> dev-libs/librdkafka/librdkafka-2.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/librdkafka/librdkafka-2.6.1.ebuild b/dev-libs/librdkafka/librdkafka-2.6.1.ebuild index b19ecf8d9d4e..dd56c3b8b510 100644 --- a/dev-libs/librdkafka/librdkafka-2.6.1.ebuild +++ b/dev-libs/librdkafka/librdkafka-2.6.1.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic python-any-r1 toolchain-funcs