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 48A7B13835B for ; Sun, 11 Oct 2020 21:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1155E0BF1; Sun, 11 Oct 2020 21:33:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6B2F4E0BF1 for ; Sun, 11 Oct 2020 21:33:58 +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 4B2A3340948 for ; Sun, 11 Oct 2020 21:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCFF23A6 for ; Sun, 11 Oct 2020 21:33:54 +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: <1602447338.c283a818d9fae4473d36436f154084508aff0173.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-20.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: c283a818d9fae4473d36436f154084508aff0173 X-VCS-Branch: master Date: Sun, 11 Oct 2020 21:33:54 +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: d9b39398-b69d-4063-9ad2-ae989822f3ad X-Archives-Hash: 3e74fa1b83961c387455a63e9d4b1751 commit: c283a818d9fae4473d36436f154084508aff0173 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 11 20:15:38 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 11 20:15:38 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c283a818 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.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-20.08.49.9999.ebuild b/kde-apps/kig/kig-20.08.49.9999.ebuild index 5c7ea7a80f..1ca408ef20 100644 --- a/kde-apps/kig/kig-20.08.49.9999.ebuild +++ b/kde-apps/kig/kig-20.08.49.9999.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 diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild index 1e5bcfae2c..0a72e382ce 100644 --- a/kde-apps/kig/kig-9999.ebuild +++ b/kde-apps/kig/kig-9999.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.75.0 QTMIN=5.15.1 inherit python-single-r1 ecm kde.org