diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:58 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:58 +0200 |
commit | 768f482eec8eb712d5fac09a37e83c6c0dde12e8 (patch) | |
tree | 9e1a600a113a20343d66325a5c56ca6b77f81fa5 /sci-chemistry | |
parent | sci-biology/bcftools: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-768f482eec8eb712d5fac09a37e83c6c0dde12e8.tar.gz gentoo-768f482eec8eb712d5fac09a37e83c6c0dde12e8.tar.bz2 gentoo-768f482eec8eb712d5fac09a37e83c6c0dde12e8.zip |
sci-chemistry/chemex: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/chemex/chemex-2018.10.3.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sci-chemistry/chemex/chemex-2018.10.3.ebuild b/sci-chemistry/chemex/chemex-2018.10.3.ebuild index 0c983b2eb24f..19f50cce7be7 100644 --- a/sci-chemistry/chemex/chemex-2018.10.3.ebuild +++ b/sci-chemistry/chemex/chemex-2018.10.3.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_SINGLE_IMPL="yes" DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 @@ -20,12 +20,12 @@ RESTRICT="!test? ( test )" RDEPEND=" $(python_gen_cond_dep ' - >=dev-python/asteval-0.9.11[${PYTHON_MULTI_USEDEP}] - >=dev-python/lmfit-0.9.11[${PYTHON_MULTI_USEDEP}] - >=dev-python/matplotlib-1.1[${PYTHON_MULTI_USEDEP}] - dev-python/numpy[${PYTHON_MULTI_USEDEP}] - dev-python/setuptools_scm[${PYTHON_MULTI_USEDEP}] - >=dev-python/scipy-0.11[${PYTHON_MULTI_USEDEP}] + >=dev-python/asteval-0.9.11[${PYTHON_USEDEP}] + >=dev-python/lmfit-0.9.11[${PYTHON_USEDEP}] + >=dev-python/matplotlib-1.1[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] + >=dev-python/scipy-0.11[${PYTHON_USEDEP}] ') " DEPEND="${RDEPEND}" |