commit: 996c3403aea2db002bbce8afd27fb44f081b8e12 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Apr 21 16:57:43 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Apr 21 17:15:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996c3403
sys-devel/clang: Enable assertions in 17.x by default Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-devel/clang/clang-17.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang/clang-17.0.0.9999.ebuild b/sys-devel/clang/clang-17.0.0.9999.ebuild index f13a6d6c7b89..2813c02d3a12 100644 --- a/sys-devel/clang/clang-17.0.0.9999.ebuild +++ b/sys-devel/clang/clang-17.0.0.9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" KEYWORDS="" -IUSE="debug doc +extra ieee-long-double +pie +static-analyzer test xml" +IUSE="+debug doc +extra ieee-long-double +pie +static-analyzer test xml" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )"
