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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8F40158020 for ; Tue, 29 Nov 2022 22:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69B7AE08E0; Tue, 29 Nov 2022 22:12:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50835E08E0 for ; Tue, 29 Nov 2022 22:12:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 189D63413CB for ; Tue, 29 Nov 2022 22:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C4D6477 for ; Tue, 29 Nov 2022 22:12:01 +0000 (UTC) From: "Yuan Liao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuan Liao" Message-ID: <1669758838.d3681c70b58b378a02e74fc5abe9367f8ad5e782.liaoyuan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/blueprint-compiler/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild X-VCS-Directories: dev-util/blueprint-compiler/ X-VCS-Committer: liaoyuan X-VCS-Committer-Name: Yuan Liao X-VCS-Revision: d3681c70b58b378a02e74fc5abe9367f8ad5e782 X-VCS-Branch: dev Date: Tue, 29 Nov 2022 22:12:01 +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: 204bfa67-075f-44d4-a38f-cf116b4db5b6 X-Archives-Hash: 86517f90b4fcf417aea69e2533b5f6fa commit: d3681c70b58b378a02e74fc5abe9367f8ad5e782 Author: Yuan Liao gmail com> AuthorDate: Tue Nov 29 21:50:33 2022 +0000 Commit: Yuan Liao gmail com> CommitDate: Tue Nov 29 21:53:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3681c70 dev-util/blueprint-compiler: Sync live ebuild Signed-off-by: Yuan Liao gmail.com> dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild b/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild index 65b53ce6a..4d9743646 100644 --- a/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild +++ b/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild @@ -80,13 +80,9 @@ src_install() { meson_src_install python_doscript "${exe}" python_optimize - - # Install Sphinx-generated documentation only once - # since the documentation is supposed to be identical - # between different Python implementations - use doc && HTML_DOCS=( "${BUILD_DIR}/docs"/* ) } python_foreach_impl my_src_install + use doc && build_sphinx docs einstalldocs }