From 8a943f0dd2fb8c23968fdddd2c43b5d7fe0bca29 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 8 May 2023 23:50:50 +0500 Subject: [PATCH] shards.eclass: do not use 'shards build' Signed-off-by: Anna (cybertailor) Vyalkova --- eclass/shards.eclass | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/eclass/shards.eclass b/eclass/shards.eclass index f17f93cb99..122464cc51 100644 --- a/eclass/shards.eclass +++ b/eclass/shards.eclass @@ -67,19 +67,10 @@ shards_src_configure() { # @FUNCTION: shards_src_compile # @DESCRIPTION: -# General function for building packages using Shards. +# Function for building the package's documentation. shards_src_compile() { debug-print-function ${FUNCNAME} "${@}" - local build_args=( - --threads=$(makeopts_jobs) - --verbose - ) - - if gshards-has-targets; then - eshards build "${build_args[@]}" - fi - if use doc; then ecrystal docs HTML_DOCS=( docs/. )