From: Michał Górny Date: Tue, 28 Jan 2020 20:56:59 +0000 (+0100) Subject: sci-chemistry/chemex: Permit scipy-python2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2ac931a233937f59eb608f414e9084cfde80983d;p=gentoo.git sci-chemistry/chemex: Permit scipy-python2 Signed-off-by: Michał Górny --- diff --git a/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild b/sci-chemistry/chemex/chemex-0.6.1-r2.ebuild similarity index 89% rename from sci-chemistry/chemex/chemex-0.6.1-r1.ebuild rename to sci-chemistry/chemex/chemex-0.6.1-r2.ebuild index 2266c32a12a5..0b85b22ffc3d 100644 --- a/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild +++ b/sci-chemistry/chemex/chemex-0.6.1-r2.ebuild @@ -25,7 +25,10 @@ RDEPEND=" dev-python/numpy-python2[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] ) - >=sci-libs/scipy-0.11[${PYTHON_USEDEP}] + || ( + >=sci-libs/scipy-python2-0.11[${PYTHON_USEDEP}] + >=sci-libs/scipy-0.11[${PYTHON_USEDEP}] + ) " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]