Gentoo Archives: gentoo-commits

From: "罗百科" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/
Date: Thu, 20 Jan 2022 07:41:22
Message-Id: 1642664476.63fc3db3d1b9ac9d31c76f496144529ac947e07a.patrick@gentoo
1 commit: 63fc3db3d1b9ac9d31c76f496144529ac947e07a
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 07:40:58 2022 +0000
4 Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 07:41:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fc3db3
7
8 dev-lang/ispc: Allow llvm-13 for ispc-1.17
9
10 Thanks to Marcos Rodrigues Gonzalez for testing and reporting.
11 Upstream is officially still on 12, but it builds and tests pass.
12
13 Package-Manager: Portage-3.0.30, Repoman-3.0.3
14 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
15
16 dev-lang/ispc/{ispc-1.17.0.ebuild => ispc-1.17.0-r1.ebuild} | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-lang/ispc/ispc-1.17.0.ebuild b/dev-lang/ispc/ispc-1.17.0-r1.ebuild
20 similarity index 98%
21 rename from dev-lang/ispc/ispc-1.17.0.ebuild
22 rename to dev-lang/ispc/ispc-1.17.0-r1.ebuild
23 index a0b5d2d84d28..1856351fc963 100644
24 --- a/dev-lang/ispc/ispc-1.17.0.ebuild
25 +++ b/dev-lang/ispc/ispc-1.17.0-r1.ebuild
26 @@ -4,7 +4,7 @@
27 EAPI=7
28
29 PYTHON_COMPAT=( python3_{8..10} )
30 -LLVM_MAX_SLOT=12
31 +LLVM_MAX_SLOT=13
32 inherit cmake python-any-r1 llvm
33
34 DESCRIPTION="Intel SPMD Program Compiler"