Skip to content

Commit

Permalink
app-arch/rpm: add bug reference to OpenMP check
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/779769
Signed-off-by: Sam James <[email protected]>
thesamesam committed Apr 7, 2021

Verified

This commit was signed with the committer’s verified signature.
thesamesam Sam James
1 parent d05a5ad commit 5f18ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-arch/rpm/rpm-4.16.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 5f18ee2

Please sign in to comment.