sci-visualization/pyxplot: Permit scipy-python2
authorMichał Górny <mgorny@gentoo.org>
Tue, 28 Jan 2020 20:59:23 +0000 (21:59 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 28 Jan 2020 21:30:21 +0000 (22:30 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-visualization/pyxplot/pyxplot-0.9.2-r2.ebuild [moved from sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild with 87% similarity]

similarity index 87%
rename from sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild
rename to sci-visualization/pyxplot/pyxplot-0.9.2-r2.ebuild
index 614513710085982fdbe1c7df69ec7336e62e36d7..7ecda5c36f0e5e54cb8025265e4e528bec853d87 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,7 +24,10 @@ RDEPEND="
        sci-libs/cfitsio
        sci-libs/fftw:3.0=
        sci-libs/gsl
-       sci-libs/scipy[${PYTHON_USEDEP}]
+       || (
+               sci-libs/scipy-python2[${PYTHON_USEDEP}]
+               sci-libs/scipy[${PYTHON_USEDEP}]
+       )
        virtual/latex-base
        virtual/imagemagick-tools
        ${PYTHON_DEPS}"