commit:     6c7e97a29baef1b83ee1d4722a8ead92c8a1abea
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 19:12:10 2023 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 19:13:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7e97a2

sci-libs/dealii: fix missing dependency on sci-mathematics/cgal

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/dealii/dealii-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-libs/dealii/dealii-9999.ebuild 
b/sci-libs/dealii/dealii-9999.ebuild
index 3204e3f77632..3d175695c483 100644
--- a/sci-libs/dealii/dealii-9999.ebuild
+++ b/sci-libs/dealii/dealii-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -49,6 +49,7 @@ RDEPEND="dev-libs/boost:=
        adolc? ( sci-libs/adolc )
        arpack? ( sci-libs/arpack[mpi=] )
        assimp? ( media-libs/assimp:= )
+       cgal? ( sci-mathematics/cgal )
        cuda? ( dev-util/nvidia-cuda-toolkit )
        ginkgo? ( sci-libs/ginkgo )
        gmsh? ( sci-libs/gmsh )

Reply via email to