mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
shards.eclass: add CRYSTAL_DEPS to DEPEND of non-library packages
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -93,6 +93,9 @@ if [[ ${CATEGORY} == dev-crystal ]]; then
|
||||
# To build a correct dependency graph, add Crystal version
|
||||
# restrictions to runtime dependencies of Crystal libraries.
|
||||
RDEPEND="${CRYSTAL_DEPS}"
|
||||
else
|
||||
# Add a buildtime dependency on the Crystal standard library.
|
||||
DEPEND="${CRYSTAL_DEPS}"
|
||||
fi
|
||||
|
||||
# Crystal packages do not use CFLAGS
|
||||
|
||||
Reference in New Issue
Block a user