summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-arch/rpm/rpm-4.16.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-arch/rpm/rpm-4.16.0.ebuild b/app-arch/rpm/rpm-4.16.0.ebuild
index af422db8c469..3e6a36bfe072 100644
--- a/app-arch/rpm/rpm-4.16.0.ebuild
+++ b/app-arch/rpm/rpm-4.16.0.ebuild
@@ -61,6 +61,7 @@ pkg_setup() {
use lua && lua-single_pkg_setup
use python && python-single-r1_pkg_setup
+ # Added USE=openmp and this check for bug #779769
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
}