diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-07 18:58:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-07 19:01:00 +0200 |
commit | 0f7018eababfddb580cf132619c23c2346940659 (patch) | |
tree | b359ad4d69fde02d33a146c6f5dac10f04ef98ea /sys-libs | |
parent | dev-util/lldb: Set subslot to LLVM_SOABI (diff) | |
download | gentoo-0f7018eababfddb580cf132619c23c2346940659.tar.gz gentoo-0f7018eababfddb580cf132619c23c2346940659.tar.bz2 gentoo-0f7018eababfddb580cf132619c23c2346940659.zip |
sys-libs/libomp: Set subslot to LLVM_SOABI
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libomp/libomp-15.0.2.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/libomp/libomp-16.0.0.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/libomp/libomp-16.0.0_pre20221006.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libomp/libomp-15.0.2.9999.ebuild b/sys-libs/libomp/libomp-15.0.2.9999.ebuild index 4b9b5b89759d..a1028b425fb7 100644 --- a/sys-libs/libomp/libomp-15.0.2.9999.ebuild +++ b/sys-libs/libomp/libomp-15.0.2.9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler" HOMEPAGE="https://openmp.llvm.org" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" -SLOT="0" +SLOT="0/${LLVM_SOABI}" KEYWORDS="" IUSE=" debug hwloc offload ompt test diff --git a/sys-libs/libomp/libomp-16.0.0.9999.ebuild b/sys-libs/libomp/libomp-16.0.0.9999.ebuild index 40e10eef798a..dca2bf97647b 100644 --- a/sys-libs/libomp/libomp-16.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-16.0.0.9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler" HOMEPAGE="https://openmp.llvm.org" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" -SLOT="0" +SLOT="0/${LLVM_SOABI}" KEYWORDS="" IUSE=" debug hwloc offload ompt test diff --git a/sys-libs/libomp/libomp-16.0.0_pre20221006.ebuild b/sys-libs/libomp/libomp-16.0.0_pre20221006.ebuild index 40e10eef798a..dca2bf97647b 100644 --- a/sys-libs/libomp/libomp-16.0.0_pre20221006.ebuild +++ b/sys-libs/libomp/libomp-16.0.0_pre20221006.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler" HOMEPAGE="https://openmp.llvm.org" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" -SLOT="0" +SLOT="0/${LLVM_SOABI}" KEYWORDS="" IUSE=" debug hwloc offload ompt test |