diff options
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/grass/grass-8.3.2-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-geosciences/grass/grass-8.4.0.ebuild | 3 | ||||
-rw-r--r-- | sci-geosciences/grass/grass-9999.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sci-geosciences/grass/grass-8.3.2-r1.ebuild b/sci-geosciences/grass/grass-8.3.2-r1.ebuild index 5fa3915b850b..0871bb02df0d 100644 --- a/sci-geosciences/grass/grass-8.3.2-r1.ebuild +++ b/sci-geosciences/grass/grass-8.3.2-r1.ebuild @@ -39,7 +39,8 @@ fi IUSE="blas bzip2 cxx fftw geos lapack las mysql netcdf nls odbc opencl opengl openmp pdal png postgres readline sqlite threads tiff truetype X zstd" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} - opengl? ( X )" + opengl? ( X ) + pdal? ( cxx )" RDEPEND=" ${PYTHON_DEPS} diff --git a/sci-geosciences/grass/grass-8.4.0.ebuild b/sci-geosciences/grass/grass-8.4.0.ebuild index bd3d41da509b..9903823c07a3 100644 --- a/sci-geosciences/grass/grass-8.4.0.ebuild +++ b/sci-geosciences/grass/grass-8.4.0.ebuild @@ -39,7 +39,8 @@ fi IUSE="blas bzip2 cxx fftw geos lapack las mysql netcdf nls odbc opencl opengl openmp pdal png postgres readline sqlite svm threads tiff truetype X zstd" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} - opengl? ( X )" + opengl? ( X ) + pdal? ( cxx )" RDEPEND=" ${PYTHON_DEPS} diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild index 0844f7c7bbff..558ef152545b 100644 --- a/sci-geosciences/grass/grass-9999.ebuild +++ b/sci-geosciences/grass/grass-9999.ebuild @@ -39,7 +39,8 @@ fi IUSE="blas bzip2 cxx fftw geos lapack las mysql netcdf nls odbc opencl opengl openmp pdal png postgres readline sqlite svm threads tiff truetype X zstd" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} - opengl? ( X )" + opengl? ( X ) + pdal? ( cxx )" RDEPEND=" ${PYTHON_DEPS} |