diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-21 18:57:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-21 19:15:44 +0200 |
commit | a45834d5aa9e088181170193f25693808378f89d (patch) | |
tree | 62615c977c4df204947c244fe67e17cada680fcb /sys-libs/llvm-libunwind | |
parent | sys-libs/compiler-rt-sanitizers: Enable assertions in 17.x by default (diff) | |
download | gentoo-a45834d5aa9e088181170193f25693808378f89d.tar.gz gentoo-a45834d5aa9e088181170193f25693808378f89d.tar.bz2 gentoo-a45834d5aa9e088181170193f25693808378f89d.zip |
sys-libs/llvm-libunwind: Enable assertions in 17.x by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-17.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 )" |