From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1057380-garchives=archives.gentoo.org@lists.gentoo.org> 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 520CA138334 for <garchives@archives.gentoo.org>; Thu, 15 Nov 2018 16:05:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0551FE0A8D; Thu, 15 Nov 2018 16:05:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D7EFEE0A8D for <gentoo-commits@lists.gentoo.org>; Thu, 15 Nov 2018 16:05:26 +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 6C3C2335C08 for <gentoo-commits@lists.gentoo.org>; Thu, 15 Nov 2018 16:05:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CCAC44F for <gentoo-commits@lists.gentoo.org>; Thu, 15 Nov 2018 16:05:23 +0000 (UTC) From: "Dirkjan Ochtman" <djc@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" <djc@gentoo.org> Message-ID: <1542297900.4ce79113460106b48277780ce05af72aabd8b406.djc@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.30.1-r1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 4ce79113460106b48277780ce05af72aabd8b406 X-VCS-Branch: master Date: Thu, 15 Nov 2018 16:05:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ca61e13b-44c8-439b-95a0-e6cee1919ec7 X-Archives-Hash: 7ca6c6815dd00b04ef67706aa9527b18 commit: 4ce79113460106b48277780ce05af72aabd8b406 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org> AuthorDate: Thu Nov 15 16:04:47 2018 +0000 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org> CommitDate: Thu Nov 15 16:05:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce79113 dev-lang/rust: call llvm_pkg_setup explicitly Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-lang/rust/rust-1.30.1-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-lang/rust/rust-1.30.1-r1.ebuild b/dev-lang/rust/rust-1.30.1-r1.ebuild index 39efcc08a62..620583b6ecb 100644 --- a/dev-lang/rust/rust-1.30.1-r1.ebuild +++ b/dev-lang/rust/rust-1.30.1-r1.ebuild @@ -68,6 +68,11 @@ toml_usex() { usex "$1" true false } +pkg_setup() { + python-any-r1_pkg_setup + llvm_pkg_setup +} + src_prepare() { local rust_stage0_root="${WORKDIR}"/rust-stage0