diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-21 18:57:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-21 19:15:41 +0200 |
commit | 088718f8a1c5ace4b1db78e09dcf0d5067f85664 (patch) | |
tree | 8012cb997448b2ea0a9f00e2af16a3268f7d824c /sys-devel | |
parent | sys-devel/clang: Enable assertions in 17.x by default (diff) | |
download | gentoo-088718f8a1c5ace4b1db78e09dcf0d5067f85664.tar.gz gentoo-088718f8a1c5ace4b1db78e09dcf0d5067f85664.tar.bz2 gentoo-088718f8a1c5ace4b1db78e09dcf0d5067f85664.zip |
sys-devel/lld: Enable assertions in 17.x by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-17.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-17.0.0.9999.ebuild b/sys-devel/lld/lld-17.0.0.9999.ebuild index 40d0897801dd..5d38213eefc3 100644 --- a/sys-devel/lld/lld-17.0.0.9999.ebuild +++ b/sys-devel/lld/lld-17.0.0.9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" KEYWORDS="" -IUSE="debug test zstd" +IUSE="+debug test zstd" RESTRICT="!test? ( test )" DEPEND=" |