commit: 738f2b07de654a4e7d0eeaed0e679ab2e2ddc4ee Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 8 03:43:59 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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....@gentoo.org/ + +From 371571630df201b0b0c680f6437decc6c60ecd3b Mon Sep 17 00:00:00 2001 +Message-ID: <371571630df201b0b0c680f6437decc6c60ecd3b.1736307813.git....@gentoo.org> +From: Sam James <[email protected]> +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 <[email protected]> --- 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 +
