diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-21 18:57:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-21 19:15:41 +0200 |
commit | 2b33ff7ed4c0387960063a857a6d6d0f3d092bd0 (patch) | |
tree | c64c34736aba388069475908c4d4634461d0e01e /dev-util | |
parent | sys-devel/lld: Enable assertions in 17.x by default (diff) | |
download | gentoo-2b33ff7ed4c0387960063a857a6d6d0f3d092bd0.tar.gz gentoo-2b33ff7ed4c0387960063a857a6d6d0f3d092bd0.tar.bz2 gentoo-2b33ff7ed4c0387960063a857a6d6d0f3d092bd0.zip |
dev-util/lldb: Enable assertions in 17.x by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lldb/lldb-17.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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} |