commit:     56a57d0583a9b513b8eac37f05679421b02d0cce
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 17:08:44 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 18:39:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a57d05

sys-devel/lld: Ensure debug flag match to sys-devel/llvm

Switching the debug flag on sys-devel/llvm causes ABI breakage,
so ensure that the values match.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/lld/lld-17.0.0.9999.ebuild        | 2 +-
 sys-devel/lld/lld-17.0.0_pre20230414.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/lld/lld-17.0.0.9999.ebuild 
b/sys-devel/lld/lld-17.0.0.9999.ebuild
index 6d188a8f63b6..40d0897801dd 100644
--- a/sys-devel/lld/lld-17.0.0.9999.ebuild
+++ b/sys-devel/lld/lld-17.0.0.9999.ebuild
@@ -16,7 +16,7 @@ IUSE="debug test zstd"
 RESTRICT="!test? ( test )"
 
 DEPEND="
-       ~sys-devel/llvm-${PV}[zstd=]
+       ~sys-devel/llvm-${PV}[debug=,zstd=]
        sys-libs/zlib:=
        zstd? ( app-arch/zstd:= )
 "

diff --git a/sys-devel/lld/lld-17.0.0_pre20230414.ebuild 
b/sys-devel/lld/lld-17.0.0_pre20230414.ebuild
index 6d188a8f63b6..40d0897801dd 100644
--- a/sys-devel/lld/lld-17.0.0_pre20230414.ebuild
+++ b/sys-devel/lld/lld-17.0.0_pre20230414.ebuild
@@ -16,7 +16,7 @@ IUSE="debug test zstd"
 RESTRICT="!test? ( test )"
 
 DEPEND="
-       ~sys-devel/llvm-${PV}[zstd=]
+       ~sys-devel/llvm-${PV}[debug=,zstd=]
        sys-libs/zlib:=
        zstd? ( app-arch/zstd:= )
 "

Reply via email to