sci-chemistry/chemex: Permit numpy-python2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:24:57 +0000 (07:24 +0100)
committerMichał 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

index 28af7461892f52c9371106cc3b0142b675f94491..9e4f47aafc999e10abddb71fda7c3de5c6e10274 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 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}