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 49590158020 for ; Wed, 12 Oct 2022 23:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6591CE085A; Wed, 12 Oct 2022 23:33:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 527B9E085A for ; Wed, 12 Oct 2022 23:33: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 3D2723412A3 for ; Wed, 12 Oct 2022 23:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 979FB616 for ; Wed, 12 Oct 2022 23:32: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: <1665616990.f0aae82ef3a3ad5ae5151ba00e10f22edbca4440.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/c2ffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild X-VCS-Directories: dev-lisp/c2ffi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f0aae82ef3a3ad5ae5151ba00e10f22edbca4440 X-VCS-Branch: master Date: Wed, 12 Oct 2022 23:32: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: 2fb95f25-8f97-412e-9d09-0c8e8f323278 X-Archives-Hash: 211ac01dfcd8e343babfa64e27597e11 commit: f0aae82ef3a3ad5ae5151ba00e10f22edbca4440 Author: Harald Judt gmx at> AuthorDate: Tue Oct 11 21:00:42 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 12 23:23:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0aae82e dev-lisp/c2ffi: Set LLVM_MAX_SLOT (bug #869146) Bug: https://bugs.gentoo.org/869146 Signed-off-by: Harald Judt gmx.at> Signed-off-by: Sam James gentoo.org> dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild b/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild index c9b4b403c339..445a9b2cf0b0 100644 --- a/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild +++ b/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild @@ -16,6 +16,8 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" +LLVM_MAX_SLOT=14 + DEPEND="sys-devel/clang:14 sys-devel/llvm:14" RDEPEND="${DEPEND}"