commit: 4eaff71874ccef72927b16ab3e3cda54d92840f7 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Sun Nov 1 08:00:00 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 1 08:37:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eaff718
sys-libs/libomp: Provide llvm headers. Required since: https://github.com/llvm/llvm-project/commit/26790ed248870a1e293e844945bf677825a43084 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-libs/libomp/libomp-12.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libomp/libomp-12.0.0.9999.ebuild b/sys-libs/libomp/libomp-12.0.0.9999.ebuild index 5bffd6685f6..eefd40f7c1f 100644 --- a/sys-libs/libomp/libomp-12.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-12.0.0.9999.ebuild @@ -9,7 +9,7 @@ inherit cmake-multilib linux-info llvm.org python-any-r1 DESCRIPTION="OpenMP runtime library for LLVM/clang compiler" HOMEPAGE="https://openmp.llvm.org" -LLVM_COMPONENTS=( openmp ) +LLVM_COMPONENTS=( openmp llvm/include ) llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
