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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CBC5B15813A for ; Wed, 08 Jan 2025 03:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14C22E07D7; Wed, 08 Jan 2025 03:46:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 874B7E07D7 for ; Wed, 08 Jan 2025 03:46:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF6DC33FE7D for ; Wed, 08 Jan 2025 03:45:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5499B1870 for ; Wed, 08 Jan 2025 03:45: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: <1736307839.738f2b07de654a4e7d0eeaed0e679ab2e2ddc4ee.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git/files/git-2.48.0_rc2-meson-deps.patch X-VCS-Directories: dev-vcs/git/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 738f2b07de654a4e7d0eeaed0e679ab2e2ddc4ee X-VCS-Branch: master Date: Wed, 08 Jan 2025 03:45: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: 97a3959f-c5d5-488c-bb96-3a0d674b9f45 X-Archives-Hash: defd3b0bcc546db549328470cc7850bf commit: 738f2b07de654a4e7d0eeaed0e679ab2e2ddc4ee Author: Sam James gentoo org> AuthorDate: Wed Jan 8 03:43:59 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 8 03:43:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738f2b07 dev-vcs/git: add upstream ref for meson deps patch Signed-off-by: Sam James gentoo.org> dev-vcs/git/files/git-2.48.0_rc2-meson-deps.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-vcs/git/files/git-2.48.0_rc2-meson-deps.patch b/dev-vcs/git/files/git-2.48.0_rc2-meson-deps.patch index c28112663a3d..533a8b10803c 100644 --- a/dev-vcs/git/files/git-2.48.0_rc2-meson-deps.patch +++ b/dev-vcs/git/files/git-2.48.0_rc2-meson-deps.patch @@ -1,3 +1,17 @@ +https://lore.kernel.org/git/371571630df201b0b0c680f6437decc6c60ecd3b.1736307757.git.sam@gentoo.org/ + +From 371571630df201b0b0c680f6437decc6c60ecd3b Mon Sep 17 00:00:00 2001 +Message-ID: <371571630df201b0b0c680f6437decc6c60ecd3b.1736307813.git.sam@gentoo.org> +From: Sam James +Date: Wed, 8 Jan 2025 03:40:55 +0000 +Subject: [PATCH] meson: fix perl dependencies + +`generate_perl_command` needs `depends: [git_version_file]` and the uses +in top-level meson.build were fine, but the ones in perl/ weren't, causing +parallel build failures in some cases as GIT-BUILD-OPTIONS wasn't yet +available. + +Signed-off-by: Sam James --- a/perl/FromCPAN/Mail/meson.build +++ b/perl/FromCPAN/Mail/meson.build @@ -4,4 +4,5 @@ test_dependencies += custom_target( @@ -72,3 +86,6 @@ ) subdir('Git') +-- +2.48.0.rc2.29.g7bab57bd98 +