Gentoo Archives: gentoo-commits

From: Yuan Liao <liaoyuan@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/blueprint-compiler/
Date: Tue, 29 Nov 2022 22:12:05
Message-Id: 1669758838.d3681c70b58b378a02e74fc5abe9367f8ad5e782.liaoyuan@gentoo
1 commit: d3681c70b58b378a02e74fc5abe9367f8ad5e782
2 Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
3 AuthorDate: Tue Nov 29 21:50:33 2022 +0000
4 Commit: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
5 CommitDate: Tue Nov 29 21:53:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3681c70
7
8 dev-util/blueprint-compiler: Sync live ebuild
9
10 Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
11
12 dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild b/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild
16 index 65b53ce6a..4d9743646 100644
17 --- a/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild
18 +++ b/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild
19 @@ -80,13 +80,9 @@ src_install() {
20 meson_src_install
21 python_doscript "${exe}"
22 python_optimize
23 -
24 - # Install Sphinx-generated documentation only once
25 - # since the documentation is supposed to be identical
26 - # between different Python implementations
27 - use doc && HTML_DOCS=( "${BUILD_DIR}/docs"/* )
28 }
29
30 python_foreach_impl my_src_install
31 + use doc && build_sphinx docs
32 einstalldocs
33 }