summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-17 19:08:44 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-17 20:39:18 +0200
commit56a57d0583a9b513b8eac37f05679421b02d0cce (patch)
treebeac8dbf35e223219d033023d975403d96429800 /sys-devel/lld
parentdev-util/umockdev: Version bump to 0.17.17 (diff)
downloadgentoo-56a57d0583a9b513b8eac37f05679421b02d0cce.tar.gz
gentoo-56a57d0583a9b513b8eac37f05679421b02d0cce.tar.bz2
gentoo-56a57d0583a9b513b8eac37f05679421b02d0cce.zip
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@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r--sys-devel/lld/lld-17.0.0.9999.ebuild2
-rw-r--r--sys-devel/lld/lld-17.0.0_pre20230414.ebuild2
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:= )
"