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 D4B42138334 for ; Thu, 30 Aug 2018 09:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE5D8E07D7; Thu, 30 Aug 2018 09:39:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A766BE07D7 for ; Thu, 30 Aug 2018 09:39:31 +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 C7E1F335C32 for ; Thu, 30 Aug 2018 09:39:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C2383A4 for ; Thu, 30 Aug 2018 09:39:27 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1535621931.f29fcac9d15f2dbd130190c2a8880c8c7bb58e8c.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.14.04-r2.ebuild sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: f29fcac9d15f2dbd130190c2a8880c8c7bb58e8c X-VCS-Branch: master Date: Thu, 30 Aug 2018 09:39:27 +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-Archives-Salt: 3795fcd0-4b6c-49ee-9af5-1670130f2830 X-Archives-Hash: fa1d098154e231982ba3fedae194690e commit: f29fcac9d15f2dbd130190c2a8880c8c7bb58e8c Author: Guilherme Amadio gentoo org> AuthorDate: Thu Aug 30 09:37:55 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Aug 30 09:38:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29fcac9 sci-physics/root: add Python 3.7 to PYTHON_COMPAT Package-Manager: Portage-2.3.48, Repoman-2.3.10 sci-physics/root/root-6.14.04-r2.ebuild | 2 +- sci-physics/root/root-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/root/root-6.14.04-r2.ebuild b/sci-physics/root/root-6.14.04-r2.ebuild index cc9edde9d8d..55de392a705 100644 --- a/sci-physics/root/root-6.14.04-r2.ebuild +++ b/sci-physics/root/root-6.14.04-r2.ebuild @@ -7,7 +7,7 @@ CMAKE_BUILD_TYPE=Release # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \ prefix python-single-r1 toolchain-funcs diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 41a7e18306a..ebbfb3fcd52 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -7,7 +7,7 @@ CMAKE_BUILD_TYPE=Release # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \ prefix python-single-r1 toolchain-funcs