commit: 088718f8a1c5ace4b1db78e09dcf0d5067f85664 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Apr 21 16:57:45 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Apr 21 17:15:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088718f8
sys-devel/lld: Enable assertions in 17.x by default Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-devel/lld/lld-17.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/lld/lld-17.0.0.9999.ebuild b/sys-devel/lld/lld-17.0.0.9999.ebuild index 40d0897801dd..5d38213eefc3 100644 --- a/sys-devel/lld/lld-17.0.0.9999.ebuild +++ b/sys-devel/lld/lld-17.0.0.9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" KEYWORDS="" -IUSE="debug test zstd" +IUSE="+debug test zstd" RESTRICT="!test? ( test )" DEPEND="
