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 4274A158093 for ; Sun, 3 Jul 2022 22:12:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9487E0AC1; Sun, 3 Jul 2022 22:12:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 948DFE0AC1 for ; Sun, 3 Jul 2022 22:12:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 76A0C341E39 for ; Sun, 3 Jul 2022 22:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B75F3520 for ; Sun, 3 Jul 2022 22:12:41 +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: <1656885043.960facea9eb3fcbb5a7448730bb64f85657cbb22.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kreport/kreport-9999.ebuild X-VCS-Directories: dev-libs/kreport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 960facea9eb3fcbb5a7448730bb64f85657cbb22 X-VCS-Branch: master Date: Sun, 3 Jul 2022 22:12:41 +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: 065121fe-637e-496c-a90e-21b3f30b104b X-Archives-Hash: ada0cbb988cfc71ff846ee630c0105a0 commit: 960facea9eb3fcbb5a7448730bb64f85657cbb22 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 3 21:50:43 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 3 21:50:43 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=960facea dev-libs/kreport: python3_11 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kreport/kreport-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild index ae9cadecd9..71f4073cd1 100644 --- a/dev-libs/kreport/kreport-9999.ebuild +++ b/dev-libs/kreport/kreport-9999.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.4 VIRTUALX_REQUIRED="test"