Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/mdds/
Date: Sat, 14 May 2022 21:30:43
Message-Id: 1652563807.ae45219bbe545f45015a5bb302ae26b40eb4c917.soap@gentoo
1 commit: ae45219bbe545f45015a5bb302ae26b40eb4c917
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 14 21:30:07 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 14 21:30:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae45219b
7
8 dev-util/mdds: [QA] tc-has-openmp → tc-check-openmp
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-util/mdds/mdds-1.7.0.ebuild | 8 ++------
13 dev-util/mdds/mdds-2.0.2.ebuild | 6 +-----
14 dev-util/mdds/mdds-9999.ebuild | 6 +-----
15 3 files changed, 4 insertions(+), 16 deletions(-)
16
17 diff --git a/dev-util/mdds/mdds-1.7.0.ebuild b/dev-util/mdds/mdds-1.7.0.ebuild
18 index a94927502245..aefcb358f629 100644
19 --- a/dev-util/mdds/mdds-1.7.0.ebuild
20 +++ b/dev-util/mdds/mdds-1.7.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -52,13 +52,9 @@ src_prepare() {
28 src_configure() {
29 local myeconfargs=(
30 $(use_enable doc docs)
31 + $(use_enable openmp)
32 $(use_enable valgrind memory_tests)
33 )
34 - if use openmp && tc-has-openmp; then
35 - myeconfargs+=( --enable-openmp )
36 - else
37 - myeconfargs+=( --disable-openmp )
38 - fi
39 econf "${myeconfargs[@]}"
40 }
41
42
43 diff --git a/dev-util/mdds/mdds-2.0.2.ebuild b/dev-util/mdds/mdds-2.0.2.ebuild
44 index ed3476333789..9185efd612ad 100644
45 --- a/dev-util/mdds/mdds-2.0.2.ebuild
46 +++ b/dev-util/mdds/mdds-2.0.2.ebuild
47 @@ -48,13 +48,9 @@ src_prepare() {
48 src_configure() {
49 local myeconfargs=(
50 $(use_enable doc docs)
51 + $(use_enable openmp)
52 $(use_enable valgrind memory_tests)
53 )
54 - if use openmp && tc-has-openmp; then
55 - myeconfargs+=( --enable-openmp )
56 - else
57 - myeconfargs+=( --disable-openmp )
58 - fi
59 econf "${myeconfargs[@]}"
60 }
61
62
63 diff --git a/dev-util/mdds/mdds-9999.ebuild b/dev-util/mdds/mdds-9999.ebuild
64 index ed3476333789..9185efd612ad 100644
65 --- a/dev-util/mdds/mdds-9999.ebuild
66 +++ b/dev-util/mdds/mdds-9999.ebuild
67 @@ -48,13 +48,9 @@ src_prepare() {
68 src_configure() {
69 local myeconfargs=(
70 $(use_enable doc docs)
71 + $(use_enable openmp)
72 $(use_enable valgrind memory_tests)
73 )
74 - if use openmp && tc-has-openmp; then
75 - myeconfargs+=( --enable-openmp )
76 - else
77 - myeconfargs+=( --disable-openmp )
78 - fi
79 econf "${myeconfargs[@]}"
80 }