dev-python/gnuplot-py: Permit numpy-python2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:06:28 +0000 (06:06 +0100)
committerMichał 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

index 037b512df59432b433e29b6b7925d614e1f7fd8b..921b7992021fc009487a6e41ea11a33ce9828825 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=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"