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 6C33B158091 for ; Mon, 6 Jun 2022 12:26:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B456E08AD; Mon, 6 Jun 2022 12:26:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A083E08AD for ; Mon, 6 Jun 2022 12:26:38 +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 0BAD1341B2B for ; Mon, 6 Jun 2022 12:26:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6909C44E for ; Mon, 6 Jun 2022 12:26:01 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1654518314.b549588ef8979137c509e99270f25e82458cdb41.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/git-sources/git-sources-5.19_rc1.ebuild X-VCS-Directories: sys-kernel/git-sources/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: b549588ef8979137c509e99270f25e82458cdb41 X-VCS-Branch: master Date: Mon, 6 Jun 2022 12:26:01 +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: 23daa4d1-b6d1-49c6-8f96-5aad5f5d5cf6 X-Archives-Hash: 228a4be6aea55a1b14d0c906fcb7764c commit: b549588ef8979137c509e99270f25e82458cdb41 Author: Mike Pagano gentoo org> AuthorDate: Mon Jun 6 12:25:14 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Jun 6 12:25:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b549588e sys-kernel/git-sources: Fix for dry-run failure Closes: https://bugs.gentoo.org/849956 Signed-off-by: Mike Pagano gentoo.org> sys-kernel/git-sources/git-sources-5.19_rc1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-kernel/git-sources/git-sources-5.19_rc1.ebuild b/sys-kernel/git-sources/git-sources-5.19_rc1.ebuild index f991117d7fb5..64a9dd30df4c 100644 --- a/sys-kernel/git-sources/git-sources-5.19_rc1.ebuild +++ b/sys-kernel/git-sources/git-sources-5.19_rc1.ebuild @@ -10,6 +10,7 @@ K_SECURITY_UNSUPPORTED="1" K_BASE_VER="5.18" K_EXP_GENPATCHES_NOUSE="1" K_FROM_GIT="yes" +K_NODRYRUN="yes" ETYPE="sources" CKV="${PVR/-r/-git}"