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 F01E2138334 for ; Sun, 10 Mar 2019 08:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08F5DE09F7; Sun, 10 Mar 2019 08:51: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 D113FE09F7 for ; Sun, 10 Mar 2019 08:51:17 +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 53A02335CA0 for ; Sun, 10 Mar 2019 08:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEC2E520 for ; Sun, 10 Mar 2019 08:51:14 +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: <1552207855.5c427e1114cff3154294c0e42f914f3850cd8e04.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.32.0.ebuild dev-lang/rust/rust-1.33.0.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 5c427e1114cff3154294c0e42f914f3850cd8e04 X-VCS-Branch: master Date: Sun, 10 Mar 2019 08:51:14 +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: fc904644-f568-4ec5-9108-e0b74ccd7fc3 X-Archives-Hash: 53578b983d42c3557805b6ebfe83c9ef commit: 5c427e1114cff3154294c0e42f914f3850cd8e04 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Mar 10 08:50:55 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Mar 10 08:50:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c427e11 dev-lang/rust: add missing die to sed call Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/rust-1.32.0.ebuild | 2 +- dev-lang/rust/rust-1.33.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust/rust-1.32.0.ebuild b/dev-lang/rust/rust-1.32.0.ebuild index 74202f48fd8..5a93fbcd13c 100644 --- a/dev-lang/rust/rust-1.32.0.ebuild +++ b/dev-lang/rust/rust-1.32.0.ebuild @@ -109,7 +109,7 @@ src_prepare() { # ugly hack for https://bugs.gentoo.org/679806 if use ppc64; then - sed -i 's/getentropy/gEtEnTrOpY/g' "${rust_stage0_root}"/bin/cargo + sed -i 's/getentropy/gEtEnTrOpY/g' "${rust_stage0_root}"/bin/cargo || die export OPENSSL_ppccap=0 fi diff --git a/dev-lang/rust/rust-1.33.0.ebuild b/dev-lang/rust/rust-1.33.0.ebuild index 1d6d1dbccc8..a88798e7801 100644 --- a/dev-lang/rust/rust-1.33.0.ebuild +++ b/dev-lang/rust/rust-1.33.0.ebuild @@ -105,7 +105,7 @@ src_prepare() { # ugly hack for https://bugs.gentoo.org/679806 if use ppc64; then - sed -i 's/getentropy/gEtEnTrOpY/g' "${rust_stage0_root}"/bin/cargo + sed -i 's/getentropy/gEtEnTrOpY/g' "${rust_stage0_root}"/bin/cargo || die export OPENSSL_ppccap=0 fi