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 7608515806E for ; Mon, 22 May 2023 05:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2BD8E0A80; Mon, 22 May 2023 05:17:22 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1C2DE0A7C for ; Mon, 22 May 2023 05:17:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4C68340C77 for ; Mon, 22 May 2023 05:17:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 038FEA7C for ; Mon, 22 May 2023 05:17:18 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1684685995.a5f49bbc8a320932ab708e68eb86d9666ec48ded.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/shards.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: a5f49bbc8a320932ab708e68eb86d9666ec48ded X-VCS-Branch: master Date: Mon, 22 May 2023 05:17:18 +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: 6bca3a60-564c-4710-9526-70e695088404 X-Archives-Hash: 0a9ea511f54895962964754a6c4d8543 commit: a5f49bbc8a320932ab708e68eb86d9666ec48ded Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun May 21 16:18:29 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun May 21 16:19:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5f49bbc shards.eclass: pass CRYSTAL_DEFINES to docs cmd Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> eclass/shards.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/shards.eclass b/eclass/shards.eclass index 0de0deb47..3258cea48 100644 --- a/eclass/shards.eclass +++ b/eclass/shards.eclass @@ -77,7 +77,7 @@ shards_src_compile() { done if use doc; then - ecrystal docs + ecrystal docs "${CRYSTAL_DEFINES[@]}" HTML_DOCS=( docs/. ) fi