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@gentoo.org>
This commit is contained in:
Sam James 2025-05-24 20:22:43 +01:00
parent 320567f124
commit 8b069fb45d
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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="