Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/
Date: Sat, 04 Jun 2022 03:59:35
Message-Id: 1654315150.6072ffe65140af46bae199eb28b93b5bb7036307.sam@gentoo
1 commit: 6072ffe65140af46bae199eb28b93b5bb7036307
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 03:58:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 03:59:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6072ffe6
7
8 Revert "media-gfx/darktable: BDEPEND on an OpenMP capable compiler"
9
10 This reverts commit 431cfc22854d19925a332a12bef9f673dfbb35a9.
11
12 Whoops -- this one isn't just for openmp. But we do need to fix the rest
13 of these.
14
15 Bug: https://bugs.gentoo.org/695658
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 media-gfx/darktable/darktable-3.8.1-r1.ebuild | 1 -
19 1 file changed, 1 deletion(-)
20
21 diff --git a/media-gfx/darktable/darktable-3.8.1-r1.ebuild b/media-gfx/darktable/darktable-3.8.1-r1.ebuild
22 index 7a8d3396c07c..bd7a6924df88 100644
23 --- a/media-gfx/darktable/darktable-3.8.1-r1.ebuild
24 +++ b/media-gfx/darktable/darktable-3.8.1-r1.ebuild
25 @@ -44,7 +44,6 @@ RESTRICT="!test? ( test )"
26
27 BDEPEND="dev-util/intltool
28 virtual/pkgconfig
29 - openmp? ( || ( sys-devel/gcc:*[openmp] sys-devel/clang-runtime:*[openmp] ) )
30 nls? ( sys-devel/gettext )
31 test? ( >=dev-python/jsonschema-3.2.0 )"
32 DEPEND="dev-db/sqlite:3