Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dealii/
Date: Mon, 04 Oct 2021 00:27:53
Message-Id: 1633307232.33ab723b070683023eccbb8fcde4ec019e5e4654.sam@gentoo
1 commit: 33ab723b070683023eccbb8fcde4ec019e5e4654
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 00:27:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 00:27:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ab723b
7
8 sci-libs/dealii: fix CMake MisplacedEclassVar
9
10 Closes: https://bugs.gentoo.org/815236
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/dealii/dealii-9.3.0-r1.ebuild | 4 ++--
14 sci-libs/dealii/dealii-9.3.1.ebuild | 4 ++--
15 sci-libs/dealii/dealii-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sci-libs/dealii/dealii-9.3.0-r1.ebuild b/sci-libs/dealii/dealii-9.3.0-r1.ebuild
19 index 65d0d5b7a33..81010cd4fd9 100644
20 --- a/sci-libs/dealii/dealii-9.3.0-r1.ebuild
21 +++ b/sci-libs/dealii/dealii-9.3.0-r1.ebuild
22 @@ -3,13 +3,13 @@
23
24 EAPI=7
25
26 -inherit cmake multilib
27 -
28 # deal.II uses its own FindLAPACK.cmake file that calls into the system
29 # FindLAPACK.cmake module and does additional internal setup. Do not remove
30 # any of these modules:
31 CMAKE_REMOVE_MODULES_LIST=""
32
33 +inherit cmake multilib
34 +
35 DESCRIPTION="Solving partial differential equations with the finite element method"
36 HOMEPAGE="https://www.dealii.org/"
37
38
39 diff --git a/sci-libs/dealii/dealii-9.3.1.ebuild b/sci-libs/dealii/dealii-9.3.1.ebuild
40 index 3b496443757..7e56f6af0e2 100644
41 --- a/sci-libs/dealii/dealii-9.3.1.ebuild
42 +++ b/sci-libs/dealii/dealii-9.3.1.ebuild
43 @@ -3,13 +3,13 @@
44
45 EAPI=7
46
47 -inherit cmake multilib
48 -
49 # deal.II uses its own FindLAPACK.cmake file that calls into the system
50 # FindLAPACK.cmake module and does additional internal setup. Do not remove
51 # any of these modules:
52 CMAKE_REMOVE_MODULES_LIST=""
53
54 +inherit cmake multilib
55 +
56 DESCRIPTION="Solving partial differential equations with the finite element method"
57 HOMEPAGE="https://www.dealii.org/"
58
59
60 diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild
61 index fe9accb88f8..9688a1d9171 100644
62 --- a/sci-libs/dealii/dealii-9999.ebuild
63 +++ b/sci-libs/dealii/dealii-9999.ebuild
64 @@ -3,13 +3,13 @@
65
66 EAPI=7
67
68 -inherit cmake multilib
69 -
70 # deal.II uses its own FindLAPACK.cmake file that calls into the system
71 # FindLAPACK.cmake module and does additional internal setup. Do not remove
72 # any of these modules:
73 CMAKE_REMOVE_MODULES_LIST=""
74
75 +inherit cmake multilib
76 +
77 DESCRIPTION="Solving partial differential equations with the finite element method"
78 HOMEPAGE="https://www.dealii.org/"