projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78d4485
)
dev-lang/rust: remove required use constraint
author
Georgy Yakovlev
<gyakovlev@gentoo.org>
Sat, 19 Jan 2019 11:02:01 +0000
(
03:02
-0800)
committer
Georgy Yakovlev
<gyakovlev@gentoo.org>
Sat, 19 Jan 2019 11:36:23 +0000
(
03:36
-0800)
in favor of a mask
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
dev-lang/rust/rust-1.32.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/rust/rust-1.32.0.ebuild
b/dev-lang/rust/rust-1.32.0.ebuild
index 6adfe7ff5b4e7260ef1e434fa34b3c4524db8ca4..680160fc9a96acc73d391a3f95e29bff67be4806 100644
(file)
--- 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 )