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 BF2321580B9 for ; Wed, 25 Aug 2021 09:00:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC7E7E0884; 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 BC4B5E0876 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 87D91335D58 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 1857C8D4 for ; Wed, 25 Aug 2021 09:00:45 +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.f3e3e0ab4d2d8ef67712019f7454b539f3e06430.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-21.08.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: f3e3e0ab4d2d8ef67712019f7454b539f3e06430 X-VCS-Branch: master Date: Wed, 25 Aug 2021 09:00:45 +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: 17d42aac-a2e2-4a09-ac76-fd0f97a06cc1 X-Archives-Hash: 87d714e967b5d1c9ee2895070e0c24f0 commit: f3e3e0ab4d2d8ef67712019f7454b539f3e06430 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 25 07:23:54 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=f3e3e0ab kde-apps/kig: python3_10 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kig/kig-21.08.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-21.08.49.9999.ebuild b/kde-apps/kig/kig-21.08.49.9999.ebuild index 8b0842aec5..cc7640fe79 100644 --- a/kde-apps/kig/kig-21.08.49.9999.ebuild +++ b/kde-apps/kig/kig-21.08.49.9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="true" -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) KFMIN=5.84.0 QTMIN=5.15.2 inherit python-single-r1 ecm kde.org diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild index 62958d8506..6cad889996 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,9} ) +PYTHON_COMPAT=( python3_{8..10} ) KFMIN=5.85.0 QTMIN=5.15.2 inherit python-single-r1 ecm kde.org