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 26710158093 for ; Sun, 3 Jul 2022 23:06:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5598AE0A49; Sun, 3 Jul 2022 23:06:56 +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 35119E0A49 for ; Sun, 3 Jul 2022 23:06:56 +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 22008341840 for ; Sun, 3 Jul 2022 23:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5A84520 for ; Sun, 3 Jul 2022 23:06:53 +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: <1656887405.438639aa19ef7e36d89e8da5e42b05b54caa96b6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kig/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kig/kig-22.04.49.9999.ebuild kde-apps/kig/kig-9999.ebuild X-VCS-Directories: kde-apps/kig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 438639aa19ef7e36d89e8da5e42b05b54caa96b6 X-VCS-Branch: master Date: Sun, 3 Jul 2022 23:06:53 +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: 1a2f84c1-bb2e-43bd-9304-5fd804bf29d8 X-Archives-Hash: ec9a45bc9c85402b23bee93494cbd3bc commit: 438639aa19ef7e36d89e8da5e42b05b54caa96b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 3 22:30:05 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 3 22:30:05 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=438639aa kde-apps/kig: python3_11 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kig/kig-22.04.49.9999.ebuild | 2 +- kde-apps/kig/kig-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kig/kig-22.04.49.9999.ebuild b/kde-apps/kig/kig-22.04.49.9999.ebuild index 56006f479e..2968bf4ae1 100644 --- a/kde-apps/kig/kig-22.04.49.9999.ebuild +++ b/kde-apps/kig/kig-22.04.49.9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="true" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) KFMIN=5.92.0 QTMIN=5.15.4 inherit python-single-r1 ecm kde.org diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild index 56006f479e..2968bf4ae1 100644 --- a/kde-apps/kig/kig-9999.ebuild +++ b/kde-apps/kig/kig-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="true" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) KFMIN=5.92.0 QTMIN=5.15.4 inherit python-single-r1 ecm kde.org