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 B310015A7D9 for ; Mon, 13 Mar 2023 22:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2256E07C5; Mon, 13 Mar 2023 22:45:17 +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 DAC27E07C5 for ; Mon, 13 Mar 2023 22:45:17 +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 EE64F343147 for ; Mon, 13 Mar 2023 22:45:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 427C873E for ; Mon, 13 Mar 2023 22:45:15 +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: <1678747506.4e7bd768ddd549a9518fc9e55fa6ec948fff7c16.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ccache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ccache/ccache-4.8.ebuild X-VCS-Directories: dev-util/ccache/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4e7bd768ddd549a9518fc9e55fa6ec948fff7c16 X-VCS-Branch: master Date: Mon, 13 Mar 2023 22:45:15 +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: 8c5484c6-bc37-4d34-9e14-5c7829acf266 X-Archives-Hash: 19d4bcfd762b58c4700a5d3159960a4a commit: 4e7bd768ddd549a9518fc9e55fa6ec948fff7c16 Author: Sam James gentoo org> AuthorDate: Mon Mar 13 22:38:10 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 13 22:45:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7bd768 dev-util/ccache: avoid verify-sig for doc tarball Signed-off-by: Sam James gentoo.org> dev-util/ccache/ccache-4.8.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev-util/ccache/ccache-4.8.ebuild b/dev-util/ccache/ccache-4.8.ebuild index b57b66d696ce..f839a350fcda 100644 --- a/dev-util/ccache/ccache-4.8.ebuild +++ b/dev-util/ccache/ccache-4.8.ebuild @@ -59,6 +59,15 @@ PATCHES=( "${FILESDIR}"/${PN}-4.0-objdump.patch ) +src_unpack() { + # Avoid aborting on the doc tarball + if use verify-sig ; then + verify-sig_verify_detached "${DISTDIR}"/${P}.tar.xz{,.asc} + fi + + default +} + src_prepare() { cmake_src_prepare