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 84ACC15808B for ; Fri, 4 Oct 2024 08:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0E1AE29EE; Fri, 4 Oct 2024 08:49:30 +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 9609CE29EE for ; Fri, 4 Oct 2024 08:49:30 +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 B2BB2342F92 for ; Fri, 4 Oct 2024 08:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55A19F32 for ; Fri, 4 Oct 2024 08:49:28 +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: <1728031766.6f109e4a4ffab1a1e9d4fe9113869dab833a850f.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-firewall/plasma-firewall-6.2.49.9999.ebuild kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild X-VCS-Directories: kde-plasma/plasma-firewall/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f109e4a4ffab1a1e9d4fe9113869dab833a850f X-VCS-Branch: master Date: Fri, 4 Oct 2024 08:49: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: 4063b90a-86fa-44cb-ae90-6e311cc3db77 X-Archives-Hash: d8dc4fadc96c2d08f4420e924e789fae commit: 6f109e4a4ffab1a1e9d4fe9113869dab833a850f Author: Sam James gentoo org> AuthorDate: Fri Oct 4 08:49:16 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 4 08:49:26 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f109e4a kde-plasma/plasma-firewall: enable py3.13 Signed-off-by: Sam James gentoo.org> kde-plasma/plasma-firewall/plasma-firewall-6.2.49.9999.ebuild | 2 +- kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.2.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.2.49.9999.ebuild index 1f531c890f..4a2d09cac8 100644 --- a/kde-plasma/plasma-firewall/plasma-firewall-6.2.49.9999.ebuild +++ b/kde-plasma/plasma-firewall/plasma-firewall-6.2.49.9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 ECM_TEST="forceoptional" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) KFMIN=6.6.0 QTMIN=6.7.2 inherit ecm plasma.kde.org python-single-r1 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild index 10a2ada7f4..4a35e387d2 100644 --- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild +++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 ECM_TEST="forceoptional" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) KFMIN=9999 QTMIN=6.7.2 inherit ecm plasma.kde.org python-single-r1