projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bebba32
)
sci-chemistry/nmrdepaker: Permit numpy-python2
author
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 06:25:58 +0000
(07:25 +0100)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild
b/sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild
index 5ccd2c4508b6b183f75b69ed09310c9d0d8bc8a4..29a13632c888d30d1789bab8bdb61f8ce7d24b10 100644
(file)
--- a/
sci-chemistry/nmrdepaker/nmrdepaker-1.0.ebuild
+++ b/
sci-chemistry/nmrdepaker/nmrdepaker-1.0.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=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}"