public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aric Belsito" <lluixhi@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: dev-util/cargo/
Date: Tue,  6 Feb 2018 01:11:57 +0000 (UTC)	[thread overview]
Message-ID: <1517688146.16b43a596efd4262efcd5f07ee50da57cb4afc07.lluixhi@gentoo> (raw)

commit:     16b43a596efd4262efcd5f07ee50da57cb4afc07
Author:     stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Sat Feb  3 20:02:26 2018 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Sat Feb  3 20:02:26 2018 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=16b43a59

dev-util/cargo: make the build system honor MAKEOPTS from make.conf

 dev-util/cargo/cargo-0.22.0-r1.ebuild | 4 ++--
 dev-util/cargo/cargo-0.23.0.ebuild    | 4 ++--
 dev-util/cargo/cargo-0.24.0.ebuild    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-util/cargo/cargo-0.22.0-r1.ebuild b/dev-util/cargo/cargo-0.22.0-r1.ebuild
index 0b10511..4c1ff2b 100644
--- a/dev-util/cargo/cargo-0.22.0-r1.ebuild
+++ b/dev-util/cargo/cargo-0.22.0-r1.ebuild
@@ -121,7 +121,7 @@ wincolor-0.1.4
 ws2_32-sys-0.2.1
 "
 
-inherit bash-completion-r1 cargo versionator
+inherit multiprocessing bash-completion-r1 cargo versionator
 
 case "${CHOST}" in
 	armv7a-hardfloat-*)
@@ -208,7 +208,7 @@ src_configure() {
 src_compile() {
 	export CARGO_HOME="${ECARGO_HOME}"
 	local cargo="${WORKDIR}/cargo-${CARGO_SNAPSHOT_VERSION}-${CARGOHOST}/cargo/bin/cargo"
-	${cargo} build --release || die
+	${cargo} build --release -j$(makeopts_jobs) || die
 
 	# Building HTML documentation
 	use doc && ${cargo} doc

diff --git a/dev-util/cargo/cargo-0.23.0.ebuild b/dev-util/cargo/cargo-0.23.0.ebuild
index 6ac0726..21af231 100644
--- a/dev-util/cargo/cargo-0.23.0.ebuild
+++ b/dev-util/cargo/cargo-0.23.0.ebuild
@@ -128,7 +128,7 @@ wincolor-0.1.4
 ws2_32-sys-0.2.1
 "
 
-inherit bash-completion-r1 cargo versionator
+inherit multiprocessing bash-completion-r1 cargo versionator
 
 case "${CHOST}" in
 	armv7a-hardfloat-*)
@@ -215,7 +215,7 @@ src_configure() {
 src_compile() {
 	export CARGO_HOME="${ECARGO_HOME}"
 	local cargo="${WORKDIR}/cargo-${CARGO_SNAPSHOT_VERSION}-${CARGOHOST}/cargo/bin/cargo"
-	${cargo} build --release || die
+	${cargo} build --release -j$(makeopts_jobs) || die
 
 	# Building HTML documentation
 	use doc && ${cargo} doc

diff --git a/dev-util/cargo/cargo-0.24.0.ebuild b/dev-util/cargo/cargo-0.24.0.ebuild
index b1c7978..b04241b 100644
--- a/dev-util/cargo/cargo-0.24.0.ebuild
+++ b/dev-util/cargo/cargo-0.24.0.ebuild
@@ -132,7 +132,7 @@ wincolor-0.1.4
 ws2_32-sys-0.2.1
 "
 
-inherit bash-completion-r1 cargo versionator
+inherit multiprocessing bash-completion-r1 cargo versionator
 
 case "${CHOST}" in
 	armv7a-hardfloat-*)
@@ -217,7 +217,7 @@ src_configure() {
 src_compile() {
 	export CARGO_HOME="${ECARGO_HOME}"
 	local cargo="${WORKDIR}/cargo-${CARGO_SNAPSHOT_VERSION}-${CARGOHOST}/cargo/bin/cargo"
-	${cargo} build --release || die
+	${cargo} build --release -j$(makeopts_jobs) || die
 
 	# Building HTML documentation
 	use doc && ${cargo} doc


             reply	other threads:[~2018-02-06  1:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-06  1:11 Aric Belsito [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-29 21:01 [gentoo-commits] proj/musl:master commit in: dev-util/cargo/ Aric Belsito
2018-06-29  0:31 Jory Pratt
2018-06-19 20:16 Aric Belsito
2018-05-11 19:47 Aric Belsito
2018-04-27 10:34 Anthony G. Basile
2018-04-27 10:34 Anthony G. Basile
2018-03-16 13:21 Anthony G. Basile
2018-01-24 22:18 Aric Belsito
2017-12-20 20:35 Aric Belsito
2017-12-15  0:03 Aric Belsito
2017-12-14  5:10 Aric Belsito

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1517688146.16b43a596efd4262efcd5f07ee50da57cb4afc07.lluixhi@gentoo \
    --to=lluixhi@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox