diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2016-11-02 09:12:06 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2016-11-02 09:12:06 -0500 |
commit | 7c5198c58d3e27a8e61a6f8739af7b495a9bf13b (patch) | |
tree | 76c863b6a08c92af19a29c08e06ab50e8b1be916 /dev-lang/rust | |
parent | kde-plasma/plasma-pa: DEPEND on media-sound/pulseaudio[gnome] (diff) | |
download | gentoo-7c5198c58d3e27a8e61a6f8739af7b495a9bf13b.tar.gz gentoo-7c5198c58d3e27a8e61a6f8739af7b495a9bf13b.tar.bz2 gentoo-7c5198c58d3e27a8e61a6f8739af7b495a9bf13b.zip |
dev-lang/rust: bump allowed LLVM version
Rust 1.12.0 supports LLVM 3.9 so allow that version to be used.
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.12.1.ebuild b/dev-lang/rust/rust-1.12.1.ebuild index 253cd05e9b36..90e0e4f24b7e 100644 --- a/dev-lang/rust/rust-1.12.1.ebuild +++ b/dev-lang/rust/rust-1.12.1.ebuild @@ -43,7 +43,7 @@ REQUIRED_USE="libcxx? ( clang )" RDEPEND="libcxx? ( sys-libs/libcxx ) system-llvm? ( >=sys-devel/llvm-3.8.1-r2 - <sys-devel/llvm-3.9.0 ) + <sys-devel/llvm-3.10.0 ) " DEPEND="${RDEPEND} |