Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Thu, 15 Nov 2018 16:05:28
Message-Id: 1542297900.4ce79113460106b48277780ce05af72aabd8b406.djc@gentoo
1 commit: 4ce79113460106b48277780ce05af72aabd8b406
2 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 15 16:04:47 2018 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 15 16:05:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce79113
7
8 dev-lang/rust: call llvm_pkg_setup explicitly
9
10 Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-lang/rust/rust-1.30.1-r1.ebuild | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/dev-lang/rust/rust-1.30.1-r1.ebuild b/dev-lang/rust/rust-1.30.1-r1.ebuild
17 index 39efcc08a62..620583b6ecb 100644
18 --- a/dev-lang/rust/rust-1.30.1-r1.ebuild
19 +++ b/dev-lang/rust/rust-1.30.1-r1.ebuild
20 @@ -68,6 +68,11 @@ toml_usex() {
21 usex "$1" true false
22 }
23
24 +pkg_setup() {
25 + python-any-r1_pkg_setup
26 + llvm_pkg_setup
27 +}
28 +
29 src_prepare() {
30 local rust_stage0_root="${WORKDIR}"/rust-stage0