commit: 8b069fb45d469555199e4df6262768e2784b9e0b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 19:22:43 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 24 19:22:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b069fb4
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 <sam <AT> gentoo.org>
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 38683afe58bb..fcd8fca121a7 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="