diff options
| author | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-12-04 18:30:45 +0000 |
|---|---|---|
| committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-12-04 18:30:45 +0000 |
| commit | 3ee84d976f959034ecf3b0347f74486084e493bb (patch) | |
| tree | ab777cf7c3cf928e5983dc0094d73814aec224ae /dev-vcs/git/files/git-2.48.0-doc-deps.patch | |
| parent | 26f53ff11013ab4ccb8816d812148f7850458899 (diff) | |
| parent | 64a3a0e16b87d21e6b98b169e3a237581ac90816 (diff) | |
| download | gentoo-3ee84d976f959034ecf3b0347f74486084e493bb.tar.gz gentoo-3ee84d976f959034ecf3b0347f74486084e493bb.tar.bz2 gentoo-3ee84d976f959034ecf3b0347f74486084e493bb.zip | |
Merge updates from master
Diffstat (limited to 'dev-vcs/git/files/git-2.48.0-doc-deps.patch')
| -rw-r--r-- | dev-vcs/git/files/git-2.48.0-doc-deps.patch | 42 |
1 files changed, 0 insertions, 42 deletions
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 deleted file mode 100644 index 847e96368f08..000000000000 --- a/dev-vcs/git/files/git-2.48.0-doc-deps.patch +++ /dev/null @@ -1,42 +0,0 @@ -https://lore.kernel.org/git/79de1bcf31f708960a889066ce3d986e55155ad8.1736577530.git.sam@gentoo.org/ - -From 79de1bcf31f708960a889066ce3d986e55155ad8 Mon Sep 17 00:00:00 2001 -Message-ID: <79de1bcf31f708960a889066ce3d986e55155ad8.1736577546.git.sam@gentoo.org> -From: Sam James <sam@gentoo.org> -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 <sam@gentoo.org> ---- - 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( - '@OUTPUT@', - ], - env: script_environment, -+ depends: documentation_deps, - input: api_docs, - output: 'api-index.txt', - ) -@@ -60,6 +61,7 @@ foreach article : api_docs + articles - command: asciidoc_html_options, - input: article, - output: fs.stem(article) + '.html', -+ depends: documentation_deps, - install: true, - install_dir: get_option('datadir') / 'doc/git-doc/technical', - ) --- -2.48.0.rc2 - |
