summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-10-12 20:05:03 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-10-12 21:01:12 -0700
commitd083b150c3f3b5723244f6178ba9297992b717c1 (patch)
tree9d7fd0f52073223b1be761c9391f5914c4fac962 /dev-lang
parentdev-lang/rust: revbump 1.47.0, a lot of fixes (diff)
downloadgentoo-d083b150c3f3b5723244f6178ba9297992b717c1.tar.gz
gentoo-d083b150c3f3b5723244f6178ba9297992b717c1.tar.bz2
gentoo-d083b150c3f3b5723244f6178ba9297992b717c1.zip
dev-lang/rust: require llvm:11 for rust-1.47.0
while it should be compatible with llvm8-11, there are many complications we can't solve. for example rust built with llvm11 can't compile firefox which uses llvm10 and lto/pgo. Since 1.47.0 bundles llvm11, we enforce this version for consistency. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust/rust-1.47.0-r1.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.47.0-r1.ebuild b/dev-lang/rust/rust-1.47.0-r1.ebuild
index d85939ce0ab8..efefa29d01e1 100644
--- a/dev-lang/rust/rust-1.47.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.47.0-r1.ebuild
@@ -52,7 +52,6 @@ IUSE="clippy cpu_flags_x86_sse2 debug doc libressl miri nightly parallel-compile
LLVM_DEPEND="
|| (
sys-devel/llvm:11[${LLVM_TARGET_USEDEPS// /,}]
- sys-devel/llvm:10[${LLVM_TARGET_USEDEPS// /,}]
)
<sys-devel/llvm-12:=
wasm? ( sys-devel/lld )