mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
crystal-utils.eclass: introduce mycrystalargs
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -64,7 +64,6 @@ shards_src_configure() {
|
||||
}
|
||||
|
||||
# @FUNCTION: shards_src_compile
|
||||
# @USAGE: [<args>...]
|
||||
# @DESCRIPTION:
|
||||
# General function for building packages using Shards.
|
||||
shards_src_compile() {
|
||||
@@ -73,7 +72,6 @@ shards_src_compile() {
|
||||
local build_args=(
|
||||
--threads=$(makeopts_jobs)
|
||||
--verbose
|
||||
"${@}"
|
||||
)
|
||||
|
||||
if gshards-has-targets; then
|
||||
|
||||
Reference in New Issue
Block a user