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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BAFC1580B9 for ; Wed, 25 Aug 2021 09:00:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDDE2E0876; Wed, 25 Aug 2021 09:00:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5C55E0876 for ; Wed, 25 Aug 2021 09:00:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A808D33BE99 for ; Wed, 25 Aug 2021 09:00:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D245A87B for ; Wed, 25 Aug 2021 09:00: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: <1629880282.6dea4a48f95b4573cc2b093170edd37189c77220.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.22.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: 6dea4a48f95b4573cc2b093170edd37189c77220 X-VCS-Branch: master Date: Wed, 25 Aug 2021 09:00: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: ac515d3d-ea02-4a04-90ca-265a4f027bed X-Archives-Hash: 716f67ca2ae21c445a9cd50e570f6bb7 commit: 6dea4a48f95b4573cc2b093170edd37189c77220 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 25 07:18:47 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 25 08:31:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6dea4a48 kde-plasma/plasma-firewall: python3_10 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-firewall/plasma-firewall-5.22.49.9999.ebuild | 2 +- kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.22.49.9999.ebuild index cca60c3c6a..09da150a29 100644 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.49.9999.ebuild +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.22.49.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) KFMIN=5.82.0 QTMIN=5.15.2 inherit ecm 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 cca60c3c6a..c401e12a91 100644 --- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild +++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) -KFMIN=5.82.0 +PYTHON_COMPAT=( python3_{8..10} ) +KFMIN=9999 QTMIN=5.15.2 inherit ecm kde.org python-single-r1