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: Mon, 31 Oct 2016 14:03:50
Message-Id: 1477922558.4f6cd6184c7dd680a1e74dda900b39b2fc03170a.cardoe@gentoo
1 commit: 4f6cd6184c7dd680a1e74dda900b39b2fc03170a
2 Author: Vasili Bulkin <bulkin <AT> letterboxes <DOT> org>
3 AuthorDate: Mon Oct 31 14:02:38 2016 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 14:02:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6cd618
7
8 dev-lang/rust: drop need for USE+multitarget on LLVM
9
10 Rust no longer needs USE=multitarget when building against the system
11 LLVM. fixes bug #598144
12
13 Gentoo-Bug: 598144
14 Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
15
16 dev-lang/rust/rust-1.12.1.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-lang/rust/rust-1.12.1.ebuild b/dev-lang/rust/rust-1.12.1.ebuild
20 index 54e3fd4..253cd05 100644
21 --- a/dev-lang/rust/rust-1.12.1.ebuild
22 +++ b/dev-lang/rust/rust-1.12.1.ebuild
23 @@ -42,8 +42,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.8.1-r2:=[multitarget]
28 - <sys-devel/llvm-3.9.0:=[multitarget] )
29 + system-llvm? ( >=sys-devel/llvm-3.8.1-r2
30 + <sys-devel/llvm-3.9.0 )
31 "
32
33 DEPEND="${RDEPEND}