sci-chemistry/nmrdepaker: Permit numpy-python2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:25:58 +0000 (07:25 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:37:58 +0000 (07:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild

index 5ccd2c4508b6b183f75b69ed09310c9d0d8bc8a4..29a13632c888d30d1789bab8bdb61f8ce7d24b10 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=7
@@ -18,7 +18,10 @@ IUSE=""
 
 RDEPEND="
        >=dev-python/matplotlib-0.98.5[gtk2,${PYTHON_USEDEP}]
-       >=dev-python/numpy-1.2[${PYTHON_USEDEP}]
+       || (
+               dev-python/numpy-python2[${PYTHON_USEDEP}]
+               >=dev-python/numpy-1.2[${PYTHON_USEDEP}]
+       )
        >=dev-python/pygtk-2.12:2[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"