diff options
author | Patrick Lauer <patrick@gentoo.org> | 2022-01-20 07:40:58 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2022-01-20 07:41:16 +0000 |
commit | 63fc3db3d1b9ac9d31c76f496144529ac947e07a (patch) | |
tree | 3104375fd2dbc4c8130a592e0b152b5786455d8c /dev-lang/ispc | |
parent | profiles/arch/powerpc/ppc64/64ul: clarify openjdk-bin message (diff) | |
download | gentoo-63fc3db3d1b9ac9d31c76f496144529ac947e07a.tar.gz gentoo-63fc3db3d1b9ac9d31c76f496144529ac947e07a.tar.bz2 gentoo-63fc3db3d1b9ac9d31c76f496144529ac947e07a.zip |
dev-lang/ispc: Allow llvm-13 for ispc-1.17
Thanks to Marcos Rodrigues Gonzalez for testing and reporting.
Upstream is officially still on 12, but it builds and tests pass.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r-- | dev-lang/ispc/ispc-1.17.0-r1.ebuild (renamed from dev-lang/ispc/ispc-1.17.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ispc/ispc-1.17.0.ebuild b/dev-lang/ispc/ispc-1.17.0-r1.ebuild index a0b5d2d84d28..1856351fc963 100644 --- a/dev-lang/ispc/ispc-1.17.0.ebuild +++ b/dev-lang/ispc/ispc-1.17.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -LLVM_MAX_SLOT=12 +LLVM_MAX_SLOT=13 inherit cmake python-any-r1 llvm DESCRIPTION="Intel SPMD Program Compiler" |