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 51610158020 for ; Tue, 25 Oct 2022 20:04:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B24EE0D6F; Tue, 25 Oct 2022 20:04:31 +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 63B02E0D6F for ; Tue, 25 Oct 2022 20:04:31 +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 71B8B3412BD for ; Tue, 25 Oct 2022 20:04:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9EEC628 for ; Tue, 25 Oct 2022 20:04:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1666728218.c07f61110429ece4f21ca3c2b8e0130a6d3bd5f4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/kdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/kdb/kdb-3.2.0-r2.ebuild X-VCS-Directories: dev-db/kdb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c07f61110429ece4f21ca3c2b8e0130a6d3bd5f4 X-VCS-Branch: master Date: Tue, 25 Oct 2022 20:04: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: d846fee4-0977-4572-bb0a-ce2bdae6dd28 X-Archives-Hash: ddf9083b4e2ba3fcec3c17345b9d9a65 commit: c07f61110429ece4f21ca3c2b8e0130a6d3bd5f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 25 20:03:38 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 25 20:03:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07f6111 dev-db/kdb: enable py3.11 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-db/kdb/kdb-3.2.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/kdb/kdb-3.2.0-r2.ebuild b/dev-db/kdb/kdb-3.2.0-r2.ebuild index 94af5b00c771..206084f54682 100644 --- a/dev-db/kdb/kdb-3.2.0-r2.ebuild +++ b/dev-db/kdb/kdb-3.2.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_QTHELP="true" ECM_TEST="true" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) KFMIN=5.82.0 QTMIN=5.15.2 inherit ecm kde.org python-any-r1