projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
506d03f
)
sci-chemistry/chemex: Permit numpy-python2
author
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 06:24:57 +0000
(07:24 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 06:37:54 +0000
(07:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-chemistry/chemex/chemex-0.6.1.ebuild
patch
|
blob
|
history
diff --git
a/sci-chemistry/chemex/chemex-0.6.1.ebuild
b/sci-chemistry/chemex/chemex-0.6.1.ebuild
index 28af7461892f52c9371106cc3b0142b675f94491..9e4f47aafc999e10abddb71fda7c3de5c6e10274 100644
(file)
--- a/
sci-chemistry/chemex/chemex-0.6.1.ebuild
+++ b/
sci-chemistry/chemex/chemex-0.6.1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-20
18 Gentoo Foundation
+# Copyright 1999-20
20 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@
-18,7
+18,10
@@
IUSE=""
RDEPEND="
>=dev-python/matplotlib-1.1[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
+ || (
+ dev-python/numpy-python2[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )
>=sci-libs/scipy-0.11[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}