diff options
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-1.12.1.ebuild b/dev-lang/rust/rust-1.12.1.ebuild index 54e3fd4e6ece..253cd05e9b36 100644 --- a/dev-lang/rust/rust-1.12.1.ebuild +++ b/dev-lang/rust/rust-1.12.1.ebuild @@ -42,8 +42,8 @@ IUSE="clang debug doc libcxx +system-llvm" REQUIRED_USE="libcxx? ( clang )" RDEPEND="libcxx? ( sys-libs/libcxx ) - system-llvm? ( >=sys-devel/llvm-3.8.1-r2:=[multitarget] - <sys-devel/llvm-3.9.0:=[multitarget] ) + system-llvm? ( >=sys-devel/llvm-3.8.1-r2 + <sys-devel/llvm-3.9.0 ) " DEPEND="${RDEPEND} |