From 768f482eec8eb712d5fac09a37e83c6c0dde12e8 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 17 Jul 2021 20:16:58 +0200 Subject: sci-chemistry/chemex: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert --- sci-chemistry/chemex/chemex-2018.10.3.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sci-chemistry/chemex') 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}" -- cgit v1.2.3-65-gdbad