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 844AD158004 for ; Mon, 22 Apr 2024 03:59:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1AB6E29C4; Mon, 22 Apr 2024 03:59:01 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D6AAE29C4 for ; Mon, 22 Apr 2024 03:59:01 +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 5EC3F343559 for ; Mon, 22 Apr 2024 03:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B891B16D7 for ; Mon, 22 Apr 2024 03:58:58 +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: <1713758328.85423df7972767095b2ad59d10b9c44857d74dc8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/make/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-build/make/make-4.4.1-r1.ebuild dev-build/make/make-9999.ebuild X-VCS-Directories: dev-build/make/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 85423df7972767095b2ad59d10b9c44857d74dc8 X-VCS-Branch: master Date: Mon, 22 Apr 2024 03:58:58 +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: 4ccb39d1-017b-4011-835d-4ef49665512c X-Archives-Hash: 55e2d1225c3a3c6fa6c97293c21ed3ee commit: 85423df7972767095b2ad59d10b9c44857d74dc8 Author: Sam James gentoo org> AuthorDate: Mon Apr 22 03:58:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 22 03:58:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85423df7 dev-build/make: fix USE=verify-sig in src_unpack Closes: https://bugs.gentoo.org/930392 Signed-off-by: Sam James gentoo.org> dev-build/make/make-4.4.1-r1.ebuild | 2 +- dev-build/make/make-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-build/make/make-4.4.1-r1.ebuild b/dev-build/make/make-4.4.1-r1.ebuild index 3a67d090b66c..4f363169f0ae 100644 --- a/dev-build/make/make-4.4.1-r1.ebuild +++ b/dev-build/make/make-4.4.1-r1.ebuild @@ -50,7 +50,7 @@ src_unpack() { cd "${S}" || die ./bootstrap || die else - default + verify-sig_src_unpack fi } diff --git a/dev-build/make/make-9999.ebuild b/dev-build/make/make-9999.ebuild index 568476904fc1..4df10fe00325 100644 --- a/dev-build/make/make-9999.ebuild +++ b/dev-build/make/make-9999.ebuild @@ -50,7 +50,7 @@ src_unpack() { cd "${S}" || die ./bootstrap || die else - default + verify-sig_src_unpack fi }