commit: f8621872924609016acb5639ef26369fe51ad673 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Mon Feb 27 03:32:34 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 03:32:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8621872
shards.eclass: don't print env in src_configure Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> eclass/shards.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/shards.eclass b/eclass/shards.eclass index 5c4ae2c82..0958709e3 100644 --- a/eclass/shards.eclass +++ b/eclass/shards.eclass @@ -56,10 +56,10 @@ shards_src_configure() { debug-print-function ${FUNCNAME} "${@}" crystal_configure - einfo "CRYSTAL_OPTS='${CRYSTAL_OPTS}'" + debug-print "CRYSTAL_OPTS='${CRYSTAL_OPTS}'" export CRYSTAL_PATH="${BROOT}$(shards_get_libdir):$(crystal env CRYSTAL_PATH || die "'crystal env' failed")" - einfo "CRYSTAL_PATH='${CRYSTAL_PATH}'" + debug-print "CRYSTAL_PATH='${CRYSTAL_PATH}'" tc-export CC }