mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
crystal-utils.eclass: add SHARDS_DEPS
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
9f52dee748
commit
d622daae90
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user