Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Sat, 19 Jan 2019 11:37:20
Message-Id: 1547897783.caae328238583a64e761610cb2cda990f04e32f6.gyakovlev@gentoo
1 commit: caae328238583a64e761610cb2cda990f04e32f6
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 19 11:02:01 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 19 11:36:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caae3282
7
8 dev-lang/rust: remove required use constraint
9
10 in favor of a mask
11
12 Package-Manager: Portage-2.3.56, Repoman-2.3.12
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 dev-lang/rust/rust-1.32.0.ebuild | 3 ---
16 1 file changed, 3 deletions(-)
17
18 diff --git a/dev-lang/rust/rust-1.32.0.ebuild b/dev-lang/rust/rust-1.32.0.ebuild
19 index 6adfe7ff5b4..680160fc9a9 100644
20 --- a/dev-lang/rust/rust-1.32.0.ebuild
21 +++ b/dev-lang/rust/rust-1.32.0.ebuild
22 @@ -59,9 +59,6 @@ RDEPEND="${COMMON_DEPEND}
23 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )
24 x86? ( cpu_flags_x86_sse2 )"
25
26 -# bug #675752
27 -REQUIRED_USE+=" !system-llvm"
28 -
29 S="${WORKDIR}/${MY_P}-src"
30
31 PATCHES=( "${FILESDIR}"/1.30.1-clippy-sysroot.patch )