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 AB49315806E for ; Sat, 20 May 2023 06:56:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD10FE0823; Sat, 20 May 2023 06:56:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5F2CE0823 for ; Sat, 20 May 2023 06:56:19 +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 E1C9533BE93 for ; Sat, 20 May 2023 06:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E047A6D for ; Sat, 20 May 2023 06:56:17 +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: <1684565758.2e2db0878d2e38cc3a76236fdbb57e4ccb84aebc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/sequoia-sq/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/sequoia-sq/sequoia-sq-0.28.0.ebuild X-VCS-Directories: app-crypt/sequoia-sq/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2e2db0878d2e38cc3a76236fdbb57e4ccb84aebc X-VCS-Branch: master Date: Sat, 20 May 2023 06:56: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: ebb1af3a-2694-44c4-b335-649a8b7ff8e6 X-Archives-Hash: 0f0fe60a9d5b5b59941c70c0865a0c2c commit: 2e2db0878d2e38cc3a76236fdbb57e4ccb84aebc Author: Sam James gentoo org> AuthorDate: Sat May 20 06:38:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 20 06:55:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e2db087 app-crypt/sequoia-sq: use llvm.eclass for bindgen Just like 1fd5803705bc3bc5ede5559d08b6e4c57a201fbf. Could bump the crates like gyakovlev said but we're about to do that for a bump anyway. Closes: https://bugs.gentoo.org/894358 Signed-off-by: Sam James gentoo.org> app-crypt/sequoia-sq/sequoia-sq-0.28.0.ebuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.28.0.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.28.0.ebuild index e50b539faf2b..80703b5860dd 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.28.0.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.28.0.ebuild @@ -419,7 +419,10 @@ CRATES=" zeroize_derive-1.3.2 " -inherit bash-completion-r1 cargo +# TODO: Should be able to try 16 in next release after 0.28.0 +LLVM_MAX_SLOT=15 + +inherit bash-completion-r1 cargo llvm DESCRIPTION="CLI of the Sequoia OpenPGP implementation" HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia" @@ -448,10 +451,16 @@ DEPEND=" ${COMMON_DEPEND} " RDEPEND="${COMMON_DEPEND}" +# Clang needed for bindgen BDEPEND=" +