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 6E15D158095 for ; Sun, 11 Sep 2022 18:13:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B608BE0875; Sun, 11 Sep 2022 18:13:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0854E0864 for ; Sun, 11 Sep 2022 18:13:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4000335DBE for ; Sun, 11 Sep 2022 18:13:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69D36599 for ; Sun, 11 Sep 2022 18:13:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1662920001.1fc074e5982e4e58b2c7777e7e996763a8a69611.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/symengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/symengine/symengine-0.9.0-r2.ebuild sci-libs/symengine/symengine-0.9.0-r3.ebuild X-VCS-Directories: sci-libs/symengine/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1fc074e5982e4e58b2c7777e7e996763a8a69611 X-VCS-Branch: master Date: Sun, 11 Sep 2022 18:13:32 +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: adeea4a0-93db-46e3-9ccd-540c21706d5d X-Archives-Hash: 286e5f5b58572f7b9c449fdc1413ce98 commit: 1fc074e5982e4e58b2c7777e7e996763a8a69611 Author: Sam James gentoo org> AuthorDate: Sun Sep 11 18:11:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 11 18:13:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc074e5 sci-libs/symengine: allow LLVM 14, 15 Signed-off-by: Sam James gentoo.org> .../symengine/{symengine-0.9.0-r2.ebuild => symengine-0.9.0-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/symengine/symengine-0.9.0-r2.ebuild b/sci-libs/symengine/symengine-0.9.0-r3.ebuild similarity index 99% rename from sci-libs/symengine/symengine-0.9.0-r2.ebuild rename to sci-libs/symengine/symengine-0.9.0-r3.ebuild index 52ecab72e67c..6853ffe83e82 100644 --- a/sci-libs/symengine/symengine-0.9.0-r2.ebuild +++ b/sci-libs/symengine/symengine-0.9.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_MAX_SLOT=13 +LLVM_MAX_SLOT=15 inherit cmake llvm toolchain-funcs DESCRIPTION="Fast symbolic manipulation library, written in C++"