projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99e1498
)
dev-python/pupynere: Permit numpy-python2
author
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 05:19:48 +0000
(06:19 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 05:19:48 +0000
(06:19 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pupynere/pupynere-1.0.15-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pupynere/pupynere-1.0.15-r1.ebuild
b/dev-python/pupynere/pupynere-1.0.15-r1.ebuild
index 044e5cb4589512a32b4dcc90d6b74c493161ba7f..7f70dfe14fc9c997384d77e9d01a7c6a3e3b048a 100644
(file)
--- a/
dev-python/pupynere/pupynere-1.0.15-r1.ebuild
+++ b/
dev-python/pupynere/pupynere-1.0.15-r1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-20
15 Gentoo Foundation
+# Copyright 1999-20
20 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@
-16,7
+16,11
@@
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+RDEPEND="
+ || (
+ dev-python/numpy-python2[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"