From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1675859-garchives=archives.gentoo.org@lists.gentoo.org> 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 A515215808B for <garchives@archives.gentoo.org>; Fri, 4 Oct 2024 08:48:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBB63E29EE; Fri, 4 Oct 2024 08:48:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 952A0E29EE for <gentoo-commits@lists.gentoo.org>; Fri, 4 Oct 2024 08:48:58 +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 D4AE6342F92 for <gentoo-commits@lists.gentoo.org>; Fri, 4 Oct 2024 08:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DA7AF32 for <gentoo-commits@lists.gentoo.org>; Fri, 4 Oct 2024 08:48:56 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1728031708.a6b312dbcbda8a3332de865351fcb4fa6b19bc45.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-firewall/plasma-firewall-6.1.5.ebuild X-VCS-Directories: kde-plasma/plasma-firewall/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a6b312dbcbda8a3332de865351fcb4fa6b19bc45 X-VCS-Branch: master Date: Fri, 4 Oct 2024 08:48:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8474ae3e-1279-48c7-b3fe-fd1f2e77585c X-Archives-Hash: 0712a69d2ee4e8c68de6b3c3992d97e8 commit: a6b312dbcbda8a3332de865351fcb4fa6b19bc45 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 4 08:48:28 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 4 08:48:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b312db kde-plasma/plasma-firewall: enable py3.13 Signed-off-by: Sam James <sam <AT> gentoo.org> kde-plasma/plasma-firewall/plasma-firewall-6.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.5.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.1.5.ebuild index de424babd90a..e986f44c20c3 100644 --- a/kde-plasma/plasma-firewall/plasma-firewall-6.1.5.ebuild +++ b/kde-plasma/plasma-firewall/plasma-firewall-6.1.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 ECM_TEST="forceoptional" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) KFMIN=6.5.0 QTMIN=6.7.2 inherit ecm plasma.kde.org python-single-r1