mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
320567f124
commit
8b069fb45d
@ -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="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user