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 3A134138334 for ; Fri, 19 Jul 2019 16:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E69CE081E; Fri, 19 Jul 2019 16:45:08 +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 21348E0821 for ; Fri, 19 Jul 2019 16:45:08 +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 7809C3480FB for ; Fri, 19 Jul 2019 16:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D240070D for ; Fri, 19 Jul 2019 16:45:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563554695.0e331ec643b7933a8d37bfb7bb9591b324231574.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cantera/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cantera/cantera-2.4.0-r1.ebuild X-VCS-Directories: sci-libs/cantera/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0e331ec643b7933a8d37bfb7bb9591b324231574 X-VCS-Branch: master Date: Fri, 19 Jul 2019 16:45:04 +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: 327d2a6f-4df9-41e7-bf3e-1b39f1acdb0a X-Archives-Hash: 504aa435f6c971c7c6bcc0356dc42059 commit: 0e331ec643b7933a8d37bfb7bb9591b324231574 Author: band-a-prend yandex ru> AuthorDate: Fri Jun 21 22:27:33 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 19 16:44:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e331ec6 sci-libs/cantera: 2.4.0-r1. Add PYTHON_COMPAT=( python3_7 ) After updated dev-util/scons (scons-3.0.5-r1.ebuild) now it's possible to build Cantera with Python 3.7. All tests of src_test() phase are passed. Signed-off-by: Sergey Torokhov mail.ru> Signed-off-by: Michał Górny gentoo.org> sci-libs/cantera/cantera-2.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild b/sci-libs/cantera/cantera-2.4.0-r1.ebuild index 435742d4be0..cd7dafba1b5 100644 --- a/sci-libs/cantera/cantera-2.4.0-r1.ebuild +++ b/sci-libs/cantera/cantera-2.4.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90