commit: 2b33ff7ed4c0387960063a857a6d6d0f3d092bd0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Apr 21 16:57:46 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=2b33ff7e
dev-util/lldb: Enable assertions in 17.x by default Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/lldb/lldb-17.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/lldb/lldb-17.0.0.9999.ebuild b/dev-util/lldb/lldb-17.0.0.9999.ebuild index 1d8c4b56e83c..bc7ef862dfa0 100644 --- a/dev-util/lldb/lldb-17.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-17.0.0.9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${LLVM_SOABI}" KEYWORDS="" -IUSE="debug +libedit lzma ncurses +python test +xml" +IUSE="+debug +libedit lzma ncurses +python test +xml" RESTRICT="test" REQUIRED_USE=${PYTHON_REQUIRED_USE}
