summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2019-01-19 03:02:01 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2019-01-19 03:36:23 -0800
commitcaae328238583a64e761610cb2cda990f04e32f6 (patch)
tree9ef4614a7554bffd1a85da09e0749c196e9964c8 /dev-lang
parentprofiles: mask system-llvm useflag for latest rust (diff)
downloadgentoo-caae328238583a64e761610cb2cda990f04e32f6.tar.gz
gentoo-caae328238583a64e761610cb2cda990f04e32f6.tar.bz2
gentoo-caae328238583a64e761610cb2cda990f04e32f6.zip
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 <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust/rust-1.32.0.ebuild3
1 files changed, 0 insertions, 3 deletions
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 )