diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-08-23 10:07:41 +0200 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-25 16:23:24 -0400 |
commit | 85fa61eb98aa53bb2f652d0fbe93d6c75cb10cce (patch) | |
tree | 624b659694b95cf44d9e63d6fdfe8fee15ff0cbd /sci-geosciences | |
parent | net-im/telegram-desktop-bin: drop old (diff) | |
download | gentoo-85fa61eb98aa53bb2f652d0fbe93d6c75cb10cce.tar.gz gentoo-85fa61eb98aa53bb2f652d0fbe93d6c75cb10cce.tar.bz2 gentoo-85fa61eb98aa53bb2f652d0fbe93d6c75cb10cce.zip |
sci-geosciences/grass: sci-libs/pdal requires cxx USE flag
Closes: https://bugs.gentoo.org/922102
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
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} |