From: Georgy Yakovlev Date: Sat, 19 Jan 2019 11:02:01 +0000 (-0800) Subject: dev-lang/rust: remove required use constraint X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=caae328238583a64e761610cb2cda990f04e32f6;p=gentoo.git dev-lang/rust: remove required use constraint in favor of a mask Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev --- diff --git a/dev-lang/rust/rust-1.32.0.ebuild b/dev-lang/rust/rust-1.32.0.ebuild index 6adfe7ff5b4e..680160fc9a96 100644 --- a/dev-lang/rust/rust-1.32.0.ebuild +++ b/dev-lang/rust/rust-1.32.0.ebuild @@ -59,9 +59,6 @@ RDEPEND="${COMMON_DEPEND} REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) x86? ( cpu_flags_x86_sse2 )" -# bug #675752 -REQUIRED_USE+=" !system-llvm" - S="${WORKDIR}/${MY_P}-src" PATCHES=( "${FILESDIR}"/1.30.1-clippy-sysroot.patch )