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 02575138334 for ; Tue, 30 Jul 2019 20:46:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8A46E07B3; Tue, 30 Jul 2019 20:46:21 +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 C959DE07B3 for ; Tue, 30 Jul 2019 20:46:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 35F18348FDD for ; Tue, 30 Jul 2019 20:46:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D92BA61C for ; Tue, 30 Jul 2019 20:46:17 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1564519545.c4227f71fabbcb3753336dc9eb3c0fe9ff7243d7.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/kicad/kicad-5.1.2.ebuild X-VCS-Directories: sci-electronics/kicad/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: c4227f71fabbcb3753336dc9eb3c0fe9ff7243d7 X-VCS-Branch: master Date: Tue, 30 Jul 2019 20:46:17 +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: 32f0d2e8-44d2-476e-b450-a316da85831c X-Archives-Hash: 5008f2ee6793bc6eaae8fd22d4faa6b3 commit: c4227f71fabbcb3753336dc9eb3c0fe9ff7243d7 Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Jul 30 20:45:45 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Jul 30 20:45:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4227f71 sci-electronics/kicad: Works with python3.7 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov gentoo.org> sci-electronics/kicad/kicad-5.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/kicad/kicad-5.1.2.ebuild b/sci-electronics/kicad/kicad-5.1.2.ebuild index b7c67c325a9..c739de95232 100644 --- a/sci-electronics/kicad/kicad-5.1.2.ebuild +++ b/sci-electronics/kicad/kicad-5.1.2.ebuild @@ -3,7 +3,7 @@ # Can switch to EAPI=7 when wxwidgets eclass also supports it EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) WX_GTK_VER="3.0-gtk3"