crystal-utils.eclass: add SHARDS_DEPS

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2022-11-16 19:28:47 +05:00
parent 9f52dee748
commit d622daae90
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -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