commit: 447c784b7f6275099d1f61518de08faa9724d528 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 11 06:39:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 11 06:39:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447c784b
dev-vcs/git: add upstream ref to patch Signed-off-by: Sam James <sam <AT> gentoo.org> dev-vcs/git/files/git-2.48.0-doc-deps.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-vcs/git/files/git-2.48.0-doc-deps.patch b/dev-vcs/git/files/git-2.48.0-doc-deps.patch index 83efd62ab38d..847e96368f08 100644 --- a/dev-vcs/git/files/git-2.48.0-doc-deps.patch +++ b/dev-vcs/git/files/git-2.48.0-doc-deps.patch @@ -1,3 +1,24 @@ +https://lore.kernel.org/git/79de1bcf31f708960a889066ce3d986e55155ad8.1736577530.git....@gentoo.org/ + +From 79de1bcf31f708960a889066ce3d986e55155ad8 Mon Sep 17 00:00:00 2001 +Message-ID: <79de1bcf31f708960a889066ce3d986e55155ad8.1736577546.git....@gentoo.org> +From: Sam James <[email protected]> +Date: Sat, 11 Jan 2025 06:37:48 +0000 +Subject: [PATCH] meson: fix perl dependencies for Documentation + +We need an explicit `depends: documentation_deps` so that all of our +Documentation targets know they require asciidoc.conf. This shows up +as parallel build failures with it not yet being available. + +Other targets look OK already. + +Signed-off-by: Sam James <[email protected]> +--- + Documentation/technical/meson.build | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/Documentation/technical/meson.build b/Documentation/technical/meson.build +index 21dfb8b5c9..8c93da3566 100644 --- a/Documentation/technical/meson.build +++ b/Documentation/technical/meson.build @@ -42,6 +42,7 @@ api_index = custom_target( @@ -16,3 +37,6 @@ install: true, install_dir: get_option('datadir') / 'doc/git-doc/technical', ) +-- +2.48.0.rc2 +
