commit:     86aa9572d5dad451307f54d3fd90f82aafe9d05a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  6 18:54:46 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct  6 20:11:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86aa9572

sys-devel/lld: Enable zstd in 16.0.0.9999

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

 sys-devel/lld/lld-16.0.0.9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sys-devel/lld/lld-16.0.0.9999.ebuild 
b/sys-devel/lld/lld-16.0.0.9999.ebuild
index f8773e9ca849..3307dfb2c18b 100644
--- a/sys-devel/lld/lld-16.0.0.9999.ebuild
+++ b/sys-devel/lld/lld-16.0.0.9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..11} )
-inherit cmake flag-o-matic llvm llvm.org python-any-r1
+inherit cmake flag-o-matic llvm llvm.org multilib python-any-r1
 
 DESCRIPTION="The LLVM linker (link editor)"
 HOMEPAGE="https://llvm.org/";
@@ -12,11 +12,12 @@ HOMEPAGE="https://llvm.org/";
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug test"
+IUSE="debug test zstd"
 RESTRICT="!test? ( test )"
 
 DEPEND="
-       ~sys-devel/llvm-${PV}
+       ~sys-devel/llvm-${PV}[zstd=]
+       zstd? ( app-arch/zstd:= )
 "
 RDEPEND="
        ${DEPEND}

Reply via email to