projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f8961
)
dev-util/cargo: tweak the build command and die early
author
Dirkjan Ochtman
<djc@gentoo.org>
Tue, 11 Sep 2018 07:19:42 +0000
(09:19 +0200)
committer
Dirkjan Ochtman
<djc@gentoo.org>
Tue, 11 Sep 2018 07:19:42 +0000
(09:19 +0200)
dev-util/cargo/cargo-0.29.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/cargo/cargo-0.29.0.ebuild
b/dev-util/cargo/cargo-0.29.0.ebuild
index e5043089537445cb6410b286a31ddeea317f1a57..984fa0934a2f1eb3129d533e38255ff362b60277 100644
(file)
--- a/
dev-util/cargo/cargo-0.29.0.ebuild
+++ b/
dev-util/cargo/cargo-0.29.0.ebuild
@@
-125,7
+125,7
@@
wincolor-0.1.6
wincolor-1.0.0
"
-inherit cargo bash-completion-r1 versionator
+inherit cargo bash-completion-r1
multiprocessing
versionator
BOOTSTRAP_VERSION="0.$(($(get_version_component_range 2) - 1)).0"
@@
-195,7
+195,7
@@
src_configure() {
src_compile() {
export CARGO_HOME="${ECARGO_HOME}"
local cargo="${WORKDIR}/cargo-${BOOTSTRAP_VERSION}-${TRIPLE}/cargo/bin/cargo"
- ${cargo} build -
-releas
e
+ ${cargo} build -
j$(makeopts_jobs) --release || di
e
# Building HTML documentation
use doc && ${cargo} doc