projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57fe9f9
)
dev-lang/rust: fix bug 559826
author
Jauhien Piatlicki
<jauhien@gentoo.org>
Mon, 7 Sep 2015 17:01:13 +0000
(19:01 +0200)
committer
Jauhien Piatlicki
<jauhien@gentoo.org>
Mon, 7 Sep 2015 17:01:13 +0000
(19:01 +0200)
Package-Manager: portage-2.2.20.1
dev-lang/rust/rust-1.2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/rust/rust-1.2.0.ebuild
b/dev-lang/rust/rust-1.2.0.ebuild
index cacdbd49b4eebdf716e6a4147a8c81af615c3f0e..783db68f33d6a850d9747571d7a4c2ff0fe2773e 100644
(file)
--- a/
dev-lang/rust/rust-1.2.0.ebuild
+++ b/
dev-lang/rust/rust-1.2.0.ebuild
@@
-33,7
+33,8
@@
DEPEND="${CDEPEND}
${PYTHON_DEPS}
>=dev-lang/perl-5.0
clang? ( sys-devel/clang )
- system-llvm? ( >=sys-devel/llvm-3.6.0[multitarget(-)] )
+ system-llvm? ( >=sys-devel/llvm-3.6.0[multitarget(-)]
+ <sys-devel/llvm-3.7.0[multitarget(-)] )
"
RDEPEND="${CDEPEND}"