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, 02 Nov 2016 14:12:52
Message-Id: 1478095926.7c5198c58d3e27a8e61a6f8739af7b495a9bf13b.cardoe@gentoo
1 commit: 7c5198c58d3e27a8e61a6f8739af7b495a9bf13b
2 Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 14:12:06 2016 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 14:12:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5198c5
7
8 dev-lang/rust: bump allowed LLVM version
9
10 Rust 1.12.0 supports LLVM 3.9 so allow that version to be used.
11
12 Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
13
14 dev-lang/rust/rust-1.12.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/rust/rust-1.12.1.ebuild b/dev-lang/rust/rust-1.12.1.ebuild
18 index 253cd05..90e0e4f 100644
19 --- a/dev-lang/rust/rust-1.12.1.ebuild
20 +++ b/dev-lang/rust/rust-1.12.1.ebuild
21 @@ -43,7 +43,7 @@ REQUIRED_USE="libcxx? ( clang )"
22
23 RDEPEND="libcxx? ( sys-libs/libcxx )
24 system-llvm? ( >=sys-devel/llvm-3.8.1-r2
25 - <sys-devel/llvm-3.9.0 )
26 + <sys-devel/llvm-3.10.0 )
27 "
28
29 DEPEND="${RDEPEND}