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 2636B1382C5 for ; Fri, 5 Jun 2020 22:43:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A0ECE08B0; Fri, 5 Jun 2020 22:43:05 +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 5E490E08B0 for ; Fri, 5 Jun 2020 22:43:05 +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 463EF34F2E6 for ; Fri, 5 Jun 2020 22:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D8F828F for ; Fri, 5 Jun 2020 22:43:01 +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: <1591396952.036a92fe9a804576beaee5a8bc67326c3d7fca52.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/krita/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/krita/krita-4.2.9.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 036a92fe9a804576beaee5a8bc67326c3d7fca52 X-VCS-Branch: master Date: Fri, 5 Jun 2020 22:43:01 +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: 67ec5dbf-0f7a-4c87-b741-988c9b9333ba X-Archives-Hash: 8887c311669b7e01f871373238e3ec29 commit: 036a92fe9a804576beaee5a8bc67326c3d7fca52 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 5 18:46:08 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 5 22:42:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036a92fe media-gfx/krita: python3_9 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/krita/krita-4.2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/krita/krita-4.2.9.ebuild b/media-gfx/krita/krita-4.2.9.ebuild index e23f6afea05..150df39c706 100644 --- a/media-gfx/krita/krita-4.2.9.ebuild +++ b/media-gfx/krita/krita-4.2.9.ebuild @@ -4,7 +4,7 @@ EAPI=7 ECM_TEST="forceoptional" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) KFMIN=5.60.0 QTMIN=5.12.3 VIRTUALX_REQUIRED="test"