projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
208424a
)
dev-python/gnuplot-py: Permit numpy-python2
author
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 05:06:28 +0000
(06:06 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 05:16:53 +0000
(06:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild
b/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild
index 037b512df59432b433e29b6b7925d614e1f7fd8b..921b7992021fc009487a6e41ea11a33ce9828825 100644
(file)
--- a/
dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild
+++ b/
dev-python/gnuplot-py/gnuplot-py-1.8-r1.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=5
@@
-17,7
+17,10
@@
KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-ma
IUSE="doc"
DEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]"
+ || (
+ dev-python/numpy-python2[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )"
RDEPEND="${DEPEND}
sci-visualization/gnuplot"