sci-geosciences/grass: Permit numpy-python2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:29:12 +0000 (07:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:38:09 +0000 (07:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-geosciences/grass/grass-7.4.4-r1.ebuild
sci-geosciences/grass/grass-7.4.4.ebuild

index 5c87d32bf2ab015810db3a6c6c88e36c69055ba4..4fc916183868b7ef9ad71f2ae7aa37c46c71a19c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,7 +25,10 @@ IUSE="blas cxx fftw geos lapack liblas mysql netcdf nls odbc opencl opengl openm
 
 RDEPEND="${PYTHON_DEPS}
        >=app-admin/eselect-1.2
-       dev-python/numpy[${PYTHON_USEDEP}]
+       || (
+               dev-python/numpy-python2[${PYTHON_USEDEP}]
+               dev-python/numpy[${PYTHON_USEDEP}]
+       )
        media-libs/libprojectm
        sci-libs/gdal
        sys-libs/gdbm
index e067fbf0aaa61cd3269cb383348c10ca99503b54..e875e74c75866de1a58875cda866963b9c26bc7b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,7 +25,10 @@ IUSE="blas cxx fftw geos lapack liblas mysql netcdf nls odbc opencl opengl openm
 
 RDEPEND="${PYTHON_DEPS}
        >=app-admin/eselect-1.2
-       dev-python/numpy[${PYTHON_USEDEP}]
+       || (
+               dev-python/numpy-python2[${PYTHON_USEDEP}]
+               dev-python/numpy[${PYTHON_USEDEP}]
+       )
        media-libs/libprojectm
        sci-libs/gdal
        sys-libs/gdbm