Gentoo Archives: gentoo-commits

From: Doug Goldstein <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Wed, 30 Mar 2016 15:52:31
Message-Id: 1459353134.2d4754be40a959b05fb433691685a885d43c3bf1.cardoe@gentoo
1 commit: 2d4754be40a959b05fb433691685a885d43c3bf1
2 Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 15:51:39 2016 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 15:52:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4754be
7
8 dev-lang/rust: fix LLVM sub-slot depends
9
10 We need to have a depend on the sub-slot.
11
12 Package-Manager: portage-2.2.26
13 Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
14
15 dev-lang/rust/rust-1.7.0-r100.ebuild | 4 ++--
16 dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-lang/rust/rust-1.7.0-r100.ebuild b/dev-lang/rust/rust-1.7.0-r100.ebuild
20 index 1c94d49..17cfcc9 100644
21 --- a/dev-lang/rust/rust-1.7.0-r100.ebuild
22 +++ b/dev-lang/rust/rust-1.7.0-r100.ebuild
23 @@ -46,8 +46,8 @@ IUSE="clang debug doc libcxx +system-llvm"
24 REQUIRED_USE="libcxx? ( clang )"
25
26 RDEPEND="libcxx? ( sys-libs/libcxx )
27 - system-llvm? ( >=sys-devel/llvm-3.7.0[multitarget]
28 - <sys-devel/llvm-3.8.0[multitarget] )
29 + system-llvm? ( >=sys-devel/llvm-3.7.1-r1:=[multitarget]
30 + <sys-devel/llvm-3.8.0:=[multitarget] )
31 "
32
33 DEPEND="${RDEPEND}
34
35 diff --git a/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild b/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild
36 index eb4b27d..f9e67b1 100644
37 --- a/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild
38 +++ b/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild
39 @@ -46,8 +46,8 @@ IUSE="clang debug doc libcxx +system-llvm"
40 REQUIRED_USE="libcxx? ( clang )"
41
42 RDEPEND="libcxx? ( sys-libs/libcxx )
43 - system-llvm? ( >=sys-devel/llvm-3.7.0[multitarget]
44 - <sys-devel/llvm-3.9.0[multitarget] )
45 + system-llvm? ( >=sys-devel/llvm-3.7.1-r1:=[multitarget]
46 + <sys-devel/llvm-3.9.0:=[multitarget] )
47 "
48
49 DEPEND="${RDEPEND}