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 3219413835B for ; Sun, 11 Oct 2020 21:33:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79AF3E0BB6; Sun, 11 Oct 2020 21:33:25 +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 40649E0BBB for ; Sun, 11 Oct 2020 21:33:25 +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 6603C34069A for ; Sun, 11 Oct 2020 21:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE0223A8 for ; Sun, 11 Oct 2020 21:33:21 +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: <1602451974.4777d2c9fb895a86f4590da61bb886828436b3bb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kig/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kig/kig-20.08.2.ebuild X-VCS-Directories: kde-apps/kig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4777d2c9fb895a86f4590da61bb886828436b3bb X-VCS-Branch: master Date: Sun, 11 Oct 2020 21:33:21 +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: 3d253e9c-25f7-4595-8dcc-c76e9c2bf798 X-Archives-Hash: 08e9970ee38b0b079edcae909820cf87 commit: 4777d2c9fb895a86f4590da61bb886828436b3bb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 11 20:15:54 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 11 21:32:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4777d2c9 kde-apps/kig: python3_9 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kig/kig-20.08.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kig/kig-20.08.2.ebuild b/kde-apps/kig/kig-20.08.2.ebuild index 582156bfe01..bcb4f6de48a 100644 --- a/kde-apps/kig/kig-20.08.2.ebuild +++ b/kde-apps/kig/kig-20.08.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 ECM_HANDBOOK="forceoptional" ECM_TEST="true" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) KFMIN=5.72.0 QTMIN=5.14.2 inherit python-single-r1 ecm kde.org