diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:57:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-28 22:30:15 +0100 |
commit | db75bd2e8c3456b678a59f48d37385b04d554f69 (patch) | |
tree | 8140453f829dcf9d53abc2854c35eff72d91d046 /sci-chemistry | |
parent | sci-chemistry/chemex: Permit scipy-python2 (diff) | |
download | gentoo-db75bd2e8c3456b678a59f48d37385b04d554f69.tar.gz gentoo-db75bd2e8c3456b678a59f48d37385b04d554f69.tar.bz2 gentoo-db75bd2e8c3456b678a59f48d37385b04d554f69.zip |
sci-chemistry/prodecomp: Permit scipy-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/prodecomp/prodecomp-3.0-r2.ebuild (renamed from sci-chemistry/prodecomp/prodecomp-3.0-r1.ebuild) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-chemistry/prodecomp/prodecomp-3.0-r1.ebuild b/sci-chemistry/prodecomp/prodecomp-3.0-r2.ebuild index ad5fb6271a2b..e66cac2b0b4f 100644 --- a/sci-chemistry/prodecomp/prodecomp-3.0-r1.ebuild +++ b/sci-chemistry/prodecomp/prodecomp-3.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} - sci-libs/scipy[${PYTHON_USEDEP}]" + || ( + sci-libs/scipy-python2[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + )" S="${WORKDIR}"/NMRProjAnalys |