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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DD3D158099 for ; Sun, 26 Nov 2023 19:44:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D13FA2BC091; Sun, 26 Nov 2023 19:44:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B12582BC091 for ; Sun, 26 Nov 2023 19:44:00 +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 9B25D340AA7 for ; Sun, 26 Nov 2023 19:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1CAD12A2 for ; Sun, 26 Nov 2023 19:43:57 +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: <1701027808.238ae458aa5105de156f16489f8bbe2c9e9a7574.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/helvum/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/helvum/helvum-0.5.1-r1.ebuild media-sound/helvum/helvum-0.5.1-r2.ebuild X-VCS-Directories: media-sound/helvum/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 238ae458aa5105de156f16489f8bbe2c9e9a7574 X-VCS-Branch: master Date: Sun, 26 Nov 2023 19:43:57 +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: a00628bd-4776-4729-a129-dc65946c53c2 X-Archives-Hash: 61ecedb2add17d49d4b2eec0a35fb6fc commit: 238ae458aa5105de156f16489f8bbe2c9e9a7574 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Sun Nov 26 01:57:07 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 26 19:43:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238ae458 media-sound/helvum: bump LLVM_MAX_SLOT to 17 Closes: https://bugs.gentoo.org/918521 Signed-off-by: Adel KARA SLIMANE zegrapher.com> Closes: https://github.com/gentoo/gentoo/pull/33994 Signed-off-by: Sam James gentoo.org> media-sound/helvum/{helvum-0.5.1-r1.ebuild => helvum-0.5.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/helvum/helvum-0.5.1-r1.ebuild b/media-sound/helvum/helvum-0.5.1-r2.ebuild similarity index 99% rename from media-sound/helvum/helvum-0.5.1-r1.ebuild rename to media-sound/helvum/helvum-0.5.1-r2.ebuild index 9b667c153a5f..f6a688ca6351 100644 --- a/media-sound/helvum/helvum-0.5.1-r1.ebuild +++ b/media-sound/helvum/helvum-0.5.1-r2.ebuild @@ -109,7 +109,7 @@ CRATES=" winnow@0.5.15 " -LLVM_MAX_SLOT=16 +LLVM_MAX_SLOT=17 inherit cargo desktop xdg llvm