summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-chemistry/chemex/chemex-0.6.1-r2.ebuild (renamed from sci-chemistry/chemex/chemex-0.6.1-r1.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild b/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}]