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 A21DF158020 for ; Wed, 16 Nov 2022 19:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ACE8E092E; Wed, 16 Nov 2022 19:33:21 +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 7CB51E092E for ; Wed, 16 Nov 2022 19:33: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 330D0340F52 for ; Wed, 16 Nov 2022 19:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A869755 for ; Wed, 16 Nov 2022 19:33:17 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1668609025.d622daae90169366a97059c3dc4cf0f9661bb662.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/crystal-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d622daae90169366a97059c3dc4cf0f9661bb662 X-VCS-Branch: master Date: Wed, 16 Nov 2022 19:33:17 +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: b5d8027f-8db9-496a-97a1-2d9430cc9498 X-Archives-Hash: b07487ad8d6df0dcada27df584692bfa commit: d622daae90169366a97059c3dc4cf0f9661bb662 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Nov 16 14:28:47 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Nov 16 14:30:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d622daae crystal-utils.eclass: add SHARDS_DEPS Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> eclass/crystal-utils.eclass | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/eclass/crystal-utils.eclass b/eclass/crystal-utils.eclass index 8f8df3cc3..09a4049a4 100644 --- a/eclass/crystal-utils.eclass +++ b/eclass/crystal-utils.eclass @@ -37,6 +37,17 @@ CRYSTAL_DEPS=" ) " +# @ECLASS_VARIABLE: SHARDS_DEPS +# @OUTPUT_VARIABLE +# @DESCRIPTION: +# This is an eclass-generated Shards dependency string. +SHARDS_DEPS=" + || ( + dev-util/shards + dev-lang/crystal-bin + ) +" + # @FUNCTION: _crystal_get_colors_opt # @INTERNAL # @RETURN: "--no-color" if colors should be disabled, empty string otherwise