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 86D02139345 for ; Sat, 17 Jul 2021 18:18:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC39DE0D20; Sat, 17 Jul 2021 18:18:26 +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 A602BE0D20 for ; Sat, 17 Jul 2021 18:18:26 +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 78575342B4F for ; Sat, 17 Jul 2021 18:18:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB95A7D7 for ; Sat, 17 Jul 2021 18:18:23 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1626545823.af180784057eba8801abb17f4ba8dae3db08020f.soap@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.5.1-r1.ebuild X-VCS-Directories: sci-libs/cantera/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: af180784057eba8801abb17f4ba8dae3db08020f X-VCS-Branch: master Date: Sat, 17 Jul 2021 18:18:23 +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: 87a7e7b8-f782-44d5-81c3-c9d273a7aff2 X-Archives-Hash: 01278cf906bd37cd36aa81489f09a269 commit: af180784057eba8801abb17f4ba8dae3db08020f Author: David Seifert gentoo org> AuthorDate: Sat Jul 17 18:17:03 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 17 18:17:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af180784 sci-libs/cantera: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert gentoo.org> sci-libs/cantera/cantera-2.5.1-r1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-libs/cantera/cantera-2.5.1-r1.ebuild b/sci-libs/cantera/cantera-2.5.1-r1.ebuild index db21ef944ea..659722a8c3c 100644 --- a/sci-libs/cantera/cantera-2.5.1-r1.ebuild +++ b/sci-libs/cantera/cantera-2.5.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) FORTRAN_NEEDED=fortran FORTRAN_STANDARD="77 90" @@ -30,12 +30,12 @@ RDEPEND=" lapack? ( virtual/lapack ) cti? ( $(python_gen_cond_dep ' - dev-python/ruamel-yaml[${PYTHON_MULTI_USEDEP}] + dev-python/ruamel-yaml[${PYTHON_USEDEP}] ') ) python? ( $(python_gen_cond_dep ' - dev-python/numpy[${PYTHON_MULTI_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] ') ) dev-cpp/yaml-cpp @@ -49,15 +49,15 @@ DEPEND=" dev-libs/libfmt python? ( $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_MULTI_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] ') ) test? ( >=dev-cpp/gtest-1.8.0 python? ( $(python_gen_cond_dep ' - dev-python/h5py[${PYTHON_MULTI_USEDEP}] - dev-python/pandas[${PYTHON_MULTI_USEDEP}] + dev-python/h5py[${PYTHON_USEDEP}] + dev-python/pandas[${PYTHON_USEDEP}] ') ) )