From 8b069fb45d469555199e4df6262768e2784b9e0b Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 24 May 2025 20:22:43 +0100 Subject: [PATCH] llvm-core/polly: fix unintentional +debug default in polly-20* We deliberately do +debug for non-releases but 20 is out. Signed-off-by: Sam James --- llvm-core/polly/polly-20.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-core/polly/polly-20.1.5.ebuild b/llvm-core/polly/polly-20.1.5.ebuild index 38683afe58bb7..fcd8fca121a7c 100644 --- a/llvm-core/polly/polly-20.1.5.ebuild +++ b/llvm-core/polly/polly-20.1.5.ebuild @@ -15,7 +15,7 @@ LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" LICENSE+=" MIT" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="+debug test" +IUSE="debug test" RESTRICT="!test? ( test )" DEPEND="