From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FFF0138332 for ; Tue, 6 Feb 2018 01:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1487BE09B5; Tue, 6 Feb 2018 01:12:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2502E09B4 for ; Tue, 6 Feb 2018 01:12:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84293335C4B for ; Tue, 6 Feb 2018 01:11:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56B681DA for ; Tue, 6 Feb 2018 01:11:57 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1517587706.acc9ccf2b2a378825b1d196481f7fcbe2cb6a5da.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/ X-VCS-Repository: proj/musl X-VCS-Files: dev-lang/rust/rust-1.23.0-r1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: acc9ccf2b2a378825b1d196481f7fcbe2cb6a5da X-VCS-Branch: master Date: Tue, 6 Feb 2018 01:11:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 220b1776-5de7-44b3-8cfe-f179be1abd70 X-Archives-Hash: 008ec95941d0094abdbbce3ce3a0cd38 commit: acc9ccf2b2a378825b1d196481f7fcbe2cb6a5da Author: stefson yahoo de> AuthorDate: Fri Feb 2 16:08:26 2018 +0000 Commit: Aric Belsito gmail com> CommitDate: Fri Feb 2 16:08:26 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=acc9ccf2 dev-lang/rust: attempt to fix MAKEOPTS during src_install as well dev-lang/rust/rust-1.23.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/rust/rust-1.23.0-r1.ebuild b/dev-lang/rust/rust-1.23.0-r1.ebuild index c5b5ff4..d648ba0 100644 --- a/dev-lang/rust/rust-1.23.0-r1.ebuild +++ b/dev-lang/rust/rust-1.23.0-r1.ebuild @@ -193,7 +193,7 @@ src_compile() { } src_install() { - env DESTDIR="${D}" ./x.py install || die + env DESTDIR="${D}" ./x.py install -j$(makeopts_jobs) || die rm "${D}/usr/$(get_libdir)/rustlib/components" || die rm "${D}/usr/$(get_libdir)/rustlib/install.log" || die