Diff lld-17.0.2 with a lld-17.0.2.9999

/usr/portage/sys-devel/lld/lld-17.0.2.9999.ebuild 2023-10-09 14:52:35.488368501 +0300
11 11

  
12 12
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
13 13
SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
14
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
15
IUSE="debug test zstd"
14
KEYWORDS=""
15
IUSE="+debug test zstd"
16 16
RESTRICT="!test? ( test )"
17 17

  
18 18
DEPEND="
Thank you!