From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1138271-garchives=archives.gentoo.org@lists.gentoo.org> 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 33D2F138239 for <garchives@archives.gentoo.org>; Thu, 16 Jan 2020 07:59:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DE14E08AD; Thu, 16 Jan 2020 07:59:09 +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 48E3DE08AD for <gentoo-commits@lists.gentoo.org>; Thu, 16 Jan 2020 07:59:09 +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 83DFE34DDEC for <gentoo-commits@lists.gentoo.org>; Thu, 16 Jan 2020 07:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D2CD27 for <gentoo-commits@lists.gentoo.org>; Thu, 16 Jan 2020 07:59:05 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1579161509.a5dac8d5ca0c8cb08d474dd4b3d2a0037cd897f0.mgorny@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.12.06-r11.ebuild sci-physics/root/root-6.14.08-r4.ebuild sci-physics/root/root-6.16.00-r4.ebuild sci-physics/root/root-6.18.04.ebuild sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a5dac8d5ca0c8cb08d474dd4b3d2a0037cd897f0 X-VCS-Branch: master Date: Thu, 16 Jan 2020 07:59:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a0195363-12ae-47f4-9f58-bf06d50e1a87 X-Archives-Hash: 9ecf97f190f2362468b4d7b5cc30ef9d commit: a5dac8d5ca0c8cb08d474dd4b3d2a0037cd897f0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jan 16 07:58:29 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jan 16 07:58:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5dac8d5 sci-physics/root: Revert "Remove Python 2" sci-physics/yoda needs it. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sci-physics/root/root-6.12.06-r11.ebuild | 2 +- sci-physics/root/root-6.14.08-r4.ebuild | 2 +- sci-physics/root/root-6.16.00-r4.ebuild | 2 +- sci-physics/root/root-6.18.04.ebuild | 2 +- sci-physics/root/root-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-physics/root/root-6.12.06-r11.ebuild b/sci-physics/root/root-6.12.06-r11.ebuild index 139fd7277d1..2cf1a95ecc9 100644 --- a/sci-physics/root/root-6.12.06-r11.ebuild +++ b/sci-physics/root/root-6.12.06-r11.ebuild @@ -6,7 +6,7 @@ EAPI=6 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit cmake-utils eapi7-ver elisp-common eutils fortran-2 \ prefix python-single-r1 toolchain-funcs diff --git a/sci-physics/root/root-6.14.08-r4.ebuild b/sci-physics/root/root-6.14.08-r4.ebuild index eeb19eb0b20..5bbe2ef1976 100644 --- a/sci-physics/root/root-6.14.08-r4.ebuild +++ b/sci-physics/root/root-6.14.08-r4.ebuild @@ -6,7 +6,7 @@ EAPI=6 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{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-6.16.00-r4.ebuild b/sci-physics/root/root-6.16.00-r4.ebuild index c4a7323b08a..a5cb23b4a64 100644 --- a/sci-physics/root/root-6.16.00-r4.ebuild +++ b/sci-physics/root/root-6.16.00-r4.ebuild @@ -6,7 +6,7 @@ EAPI=6 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{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-6.18.04.ebuild b/sci-physics/root/root-6.18.04.ebuild index 369dc19e6db..ff963889945 100644 --- a/sci-physics/root/root-6.18.04.ebuild +++ b/sci-physics/root/root-6.18.04.ebuild @@ -6,7 +6,7 @@ EAPI=6 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{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 5af6fb5eac0..2ced39aaf19 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \ prefix python-single-r1 toolchain-funcs