commit: 2ac931a233937f59eb608f414e9084cfde80983d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 20:56:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 21:30:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac931a2
sci-chemistry/chemex: Permit scipy-python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../chemex/{chemex-0.6.1-r1.ebuild => chemex-0.6.1-r2.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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 2266c32a12a..0b85b22ffc3 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}]