diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:03 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:03 +0200 |
commit | af180784057eba8801abb17f4ba8dae3db08020f (patch) | |
tree | 02f2762e7f49e18844845c2653310bfcb4918755 /sci-libs | |
parent | sci-geosciences/qgis: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-af180784057eba8801abb17f4ba8dae3db08020f.tar.gz gentoo-af180784057eba8801abb17f4ba8dae3db08020f.tar.bz2 gentoo-af180784057eba8801abb17f4ba8dae3db08020f.zip |
sci-libs/cantera: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cantera/cantera-2.5.1-r1.ebuild | 12 |
1 files 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 db21ef944ead..659722a8c3cf 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}] ') ) ) |