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 6982D158086 for ; Thu, 30 Dec 2021 13:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 667862BC00A; Thu, 30 Dec 2021 13:36: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 3C4C72BC00A for ; Thu, 30 Dec 2021 13:36:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 99BE6342CE6 for ; Thu, 30 Dec 2021 13:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3372C233 for ; Thu, 30 Dec 2021 13:36:16 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1640871360.78d9a69916bc6e36c0e612ce7218c9205ab6ddf1.flow@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.25.0.ebuild X-VCS-Directories: app-crypt/sequoia-sq/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 78d9a69916bc6e36c0e612ce7218c9205ab6ddf1 X-VCS-Branch: master Date: Thu, 30 Dec 2021 13:36:16 +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: 674e0c3a-79b4-41e1-b8c1-af22fec65ffe X-Archives-Hash: 63ba3a5c5491251850a12aef2af096cf commit: 78d9a69916bc6e36c0e612ce7218c9205ab6ddf1 Author: Florian Schmaus gentoo org> AuthorDate: Thu Dec 30 13:33:30 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Dec 30 13:36:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d9a699 app-crypt/sequoia-sq: add missing BDEPEND Closes: https://bugs.gentoo.org/830285 Signed-off-by: Florian Schmaus gentoo.org> Suggested-by: Georgy Yakovlev gentoo.org> app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild index a2b5e59a5b8f..6480ad2ea0e0 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild @@ -282,6 +282,10 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND}" +BDEPEND=" + sys-devel/clang + virtual/pkgconfig +" src_compile() { cd sq || die