projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b0e01
)
dev-python/pyemf: Permit numpy-python2
author
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 05:20:48 +0000
(06:20 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 05:24:22 +0000
(06:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyemf/pyemf-2.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyemf/pyemf-2.0.0.ebuild
b/dev-python/pyemf/pyemf-2.0.0.ebuild
index 0268e65649948efabd4e67f241cffe49bd6351b5..3d45f79a144dce928a751e97ae8639c3e9c1d9fc 100644
(file)
--- a/
dev-python/pyemf/pyemf-2.0.0.ebuild
+++ b/
dev-python/pyemf/pyemf-2.0.0.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-20
17 Gentoo Foundation
+# Copyright 1999-20
20 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@
-16,6
+16,9
@@
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]"
+ || (
+ dev-python/numpy-python2[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"