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 458C1138359 for ; Sun, 11 Oct 2020 15:34:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DC69E0D82; Sun, 11 Oct 2020 15:34:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 834B1E0D82 for ; Sun, 11 Oct 2020 15:34:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 49DD3335DB7 for ; Sun, 11 Oct 2020 15:34:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B77B4332 for ; Sun, 11 Oct 2020 15:34:15 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1602430444.a8fde47fe27c4bf726ac50c33353b6e9a7631357.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/rust-std/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/rust-std/rust-std-1.47.0.ebuild X-VCS-Directories: sys-devel/rust-std/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a8fde47fe27c4bf726ac50c33353b6e9a7631357 X-VCS-Branch: master Date: Sun, 11 Oct 2020 15:34:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b344b9cd-b0a8-436f-a4f7-39ab7b094a6e X-Archives-Hash: 3a7db10b61a7519662ad36c196a6fd82 commit: a8fde47fe27c4bf726ac50c33353b6e9a7631357 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Oct 11 15:31:21 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Oct 11 15:34:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8fde47f sys-devel/rust-std: fix path in 1.47.0 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> sys-devel/rust-std/rust-std-1.47.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/rust-std/rust-std-1.47.0.ebuild b/sys-devel/rust-std/rust-std-1.47.0.ebuild index 8138b790c50..a3280e895ec 100644 --- a/sys-devel/rust-std/rust-std-1.47.0.ebuild +++ b/sys-devel/rust-std/rust-std-1.47.0.ebuild @@ -138,7 +138,7 @@ src_configure() { src_compile() { env RUST_BACKTRACE=1 \ "${EPYTHON}" ./x.py build -vv --config="${S}"/config.toml -j$(makeopts_jobs) \ - src/libstd --stage 0 || die + library/std --stage 0 || die } src_test() {