From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5577158087 for ; Thu, 20 Jan 2022 07:41:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9540E077F; Thu, 20 Jan 2022 07:41:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0705E077F for ; Thu, 20 Jan 2022 07:41:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86906342D72 for ; Thu, 20 Jan 2022 07:41:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A792E263 for ; Thu, 20 Jan 2022 07:41:17 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1642664476.63fc3db3d1b9ac9d31c76f496144529ac947e07a.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ispc/ispc-1.17.0-r1.ebuild dev-lang/ispc/ispc-1.17.0.ebuild X-VCS-Directories: dev-lang/ispc/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 63fc3db3d1b9ac9d31c76f496144529ac947e07a X-VCS-Branch: master Date: Thu, 20 Jan 2022 07:41:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bef0e93b-e61f-41dd-b427-fc03a9532885 X-Archives-Hash: d6831ed5c4ed63a27f80e647a8277dde commit: 63fc3db3d1b9ac9d31c76f496144529ac947e07a Author: Patrick Lauer gentoo org> AuthorDate: Thu Jan 20 07:40:58 2022 +0000 Commit: 罗百科 gentoo org> CommitDate: Thu Jan 20 07:41:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fc3db3 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 gentoo.org> dev-lang/ispc/{ispc-1.17.0.ebuild => ispc-1.17.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/ispc/ispc-1.17.0.ebuild b/dev-lang/ispc/ispc-1.17.0-r1.ebuild similarity index 98% rename from dev-lang/ispc/ispc-1.17.0.ebuild rename to 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"