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 ED49B15808B for ; Thu, 7 Apr 2022 04:41:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 168D2E0A7F; Thu, 7 Apr 2022 04:41:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAB2AE0A7F for ; Thu, 7 Apr 2022 04:41:43 +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 C21983410C4 for ; Thu, 7 Apr 2022 04:41:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 130B3D0 for ; Thu, 7 Apr 2022 04:41:41 +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: <1649306492.0f3d6284ac98e036d41f8e9fa9d782c509a9e276.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmake/cmake-3.23.0.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f3d6284ac98e036d41f8e9fa9d782c509a9e276 X-VCS-Branch: master Date: Thu, 7 Apr 2022 04:41:41 +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: e17c3fd1-5d35-4acd-9848-7e931a27994e X-Archives-Hash: 94069bdff82eea50a5a085d036c44992 commit: 0f3d6284ac98e036d41f8e9fa9d782c509a9e276 Author: Sam James gentoo org> AuthorDate: Thu Apr 7 04:41:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 7 04:41:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3d6284 dev-util/cmake: add BDEPEND for verify-sig keys Signed-off-by: Sam James gentoo.org> dev-util/cmake/cmake-3.23.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/cmake/cmake-3.23.0.ebuild b/dev-util/cmake/cmake-3.23.0.ebuild index 5f6e6cf173e7..0133319960e1 100644 --- a/dev-util/cmake/cmake-3.23.0.ebuild +++ b/dev-util/cmake/cmake-3.23.0.ebuild @@ -62,6 +62,7 @@ BDEPEND=" dev-python/sphinx ) test? ( app-arch/libarchive[zstd] ) + verify-sig? ( sec-keys/openpgp-keys-bradking ) " S="${WORKDIR}/${MY_P}"