commit: 5390e8e016f08279527b8e5beb3e423c5aafc124 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 7 16:56:42 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 7 17:00:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5390e8e0
sys-devel/lld: Set subslot to LLVM_SOABI Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-devel/lld/lld-15.0.2.9999.ebuild | 2 +- sys-devel/lld/lld-16.0.0.9999.ebuild | 2 +- sys-devel/lld/lld-16.0.0_pre20221006.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/lld/lld-15.0.2.9999.ebuild b/sys-devel/lld/lld-15.0.2.9999.ebuild index bb716f02bdee..ab883859a6e3 100644 --- a/sys-devel/lld/lld-15.0.2.9999.ebuild +++ b/sys-devel/lld/lld-15.0.2.9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="The LLVM linker (link editor)" HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0" +SLOT="0/${LLVM_SOABI}" KEYWORDS="" IUSE="debug test" RESTRICT="!test? ( test )" diff --git a/sys-devel/lld/lld-16.0.0.9999.ebuild b/sys-devel/lld/lld-16.0.0.9999.ebuild index 1464706d0788..ec16c4daaea0 100644 --- a/sys-devel/lld/lld-16.0.0.9999.ebuild +++ b/sys-devel/lld/lld-16.0.0.9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="The LLVM linker (link editor)" HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0" +SLOT="0/${LLVM_SOABI}" KEYWORDS="" IUSE="debug test zstd" RESTRICT="!test? ( test )" diff --git a/sys-devel/lld/lld-16.0.0_pre20221006.ebuild b/sys-devel/lld/lld-16.0.0_pre20221006.ebuild index 1464706d0788..ec16c4daaea0 100644 --- a/sys-devel/lld/lld-16.0.0_pre20221006.ebuild +++ b/sys-devel/lld/lld-16.0.0_pre20221006.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="The LLVM linker (link editor)" HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0" +SLOT="0/${LLVM_SOABI}" KEYWORDS="" IUSE="debug test zstd" RESTRICT="!test? ( test )"
