summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-gfx/darktable/darktable-3.6.1-r2.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/media-gfx/darktable/darktable-3.6.1-r2.ebuild b/media-gfx/darktable/darktable-3.6.1-r2.ebuild
index e948c750f0cb..68737e363aca 100644
--- a/media-gfx/darktable/darktable-3.6.1-r2.ebuild
+++ b/media-gfx/darktable/darktable-3.6.1-r2.ebuild
@@ -93,9 +93,7 @@ pkg_pretend() {
die "Please switch to a gcc version built with USE=graphite"
fi
- if use openmp ; then
- tc-has-openmp || die "Please switch to an openmp compatible compiler"
- fi
+ use openmp && tc-check-openmp
fi
}