commit:     85fa61eb98aa53bb2f652d0fbe93d6c75cb10cce
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Fri Aug 23 08:07:41 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 20:23:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fa61eb

sci-geosciences/grass: sci-libs/pdal requires cxx USE flag

Closes: https://bugs.gentoo.org/922102
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sci-geosciences/grass/grass-8.3.2-r1.ebuild | 3 ++-
 sci-geosciences/grass/grass-8.4.0.ebuild    | 3 ++-
 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}

Reply via email to