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 735E215800A for ; Tue, 15 Aug 2023 14:33:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B64172BC039; Tue, 15 Aug 2023 14:33:48 +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 9A0342BC039 for ; Tue, 15 Aug 2023 14:33:48 +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 AAD14340E0D for ; Tue, 15 Aug 2023 14:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4FD3FB2 for ; Tue, 15 Aug 2023 14:33:44 +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: <1692109877.26f958b4b5cf5637e85509540a0cca57d67fbd0c.asturm@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-5.27.49.9999.ebuild kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild X-VCS-Directories: kde-plasma/plasma-firewall/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 26f958b4b5cf5637e85509540a0cca57d67fbd0c X-VCS-Branch: master Date: Tue, 15 Aug 2023 14:33:44 +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: 777eca98-2bd7-49a3-ad5a-499b3d1bfcae X-Archives-Hash: 53940fc4d72aa55c95b21ad3a2a4e76c commit: 26f958b4b5cf5637e85509540a0cca57d67fbd0c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 9 21:47:11 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 15 14:31:17 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=26f958b4 kde-plasma/plasma-firewall: enable py3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-firewall/plasma-firewall-5.27.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-5.27.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild index 64411472d3..2ae6d0461e 100644 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 ECM_TEST="forceoptional" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) KFMIN=5.106.0 QTMIN=5.15.9 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 64411472d3..2ae6d0461e 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..11} ) +PYTHON_COMPAT=( python3_{10..12} ) KFMIN=5.106.0 QTMIN=5.15.9 inherit ecm plasma.kde.org python-single-r1