diff options
author | Sam James <sam@gentoo.org> | 2022-06-04 04:58:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-04 04:59:10 +0100 |
commit | 6072ffe65140af46bae199eb28b93b5bb7036307 (patch) | |
tree | c25ba9c70e50f94179796cb4ed733ccd916e3a32 /media-gfx/darktable | |
parent | media-gfx/darktable: BDEPEND on an OpenMP capable compiler (diff) | |
download | gentoo-6072ffe65140af46bae199eb28b93b5bb7036307.tar.gz gentoo-6072ffe65140af46bae199eb28b93b5bb7036307.tar.bz2 gentoo-6072ffe65140af46bae199eb28b93b5bb7036307.zip |
Revert "media-gfx/darktable: BDEPEND on an OpenMP capable compiler"
This reverts commit 431cfc22854d19925a332a12bef9f673dfbb35a9.
Whoops -- this one isn't just for openmp. But we do need to fix the rest
of these.
Bug: https://bugs.gentoo.org/695658
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/darktable')
-rw-r--r-- | media-gfx/darktable/darktable-3.8.1-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media-gfx/darktable/darktable-3.8.1-r1.ebuild b/media-gfx/darktable/darktable-3.8.1-r1.ebuild index 7a8d3396c07c..bd7a6924df88 100644 --- a/media-gfx/darktable/darktable-3.8.1-r1.ebuild +++ b/media-gfx/darktable/darktable-3.8.1-r1.ebuild @@ -44,7 +44,6 @@ RESTRICT="!test? ( test )" BDEPEND="dev-util/intltool virtual/pkgconfig - openmp? ( || ( sys-devel/gcc:*[openmp] sys-devel/clang-runtime:*[openmp] ) ) nls? ( sys-devel/gettext ) test? ( >=dev-python/jsonschema-3.2.0 )" DEPEND="dev-db/sqlite:3 |