mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
shards.eclass: add CRYSTAL_DEPS to RDEPEND for libraries
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: shards.eclass
|
||||
@@ -32,6 +32,12 @@ BDEPEND="
|
||||
"
|
||||
IUSE="debug doc"
|
||||
|
||||
if [[ ${CATEGORY} == dev-crystal ]]; then
|
||||
# To build a correct dependency graph, add Crystal version
|
||||
# restrictions to runtime dependencies of Crystal libraries.
|
||||
RDEPEND="${CRYSTAL_DEPS}"
|
||||
fi
|
||||
|
||||
# Crystal packages do not use CFLAGS
|
||||
QA_FLAGS_IGNORED='.*'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user