From a45834d5aa9e088181170193f25693808378f89d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 21 Apr 2023 18:57:49 +0200 Subject: sys-libs/llvm-libunwind: Enable assertions in 17.x by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-libs/llvm-libunwind/llvm-libunwind-17.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-libs') diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0.9999.ebuild index 6ffa6c4f81b8..51cf06f1cda3 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0.9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0.9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" KEYWORDS="" -IUSE="+clang debug static-libs test" +IUSE="+clang +debug static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" -- cgit v1.2.3-65-gdbad