dev-lang/rust: fix LLVM sub-slot depends
authorDoug Goldstein <cardoe@gentoo.org>
Wed, 30 Mar 2016 15:51:39 +0000 (10:51 -0500)
committerDoug Goldstein <cardoe@gentoo.org>
Wed, 30 Mar 2016 15:52:14 +0000 (10:52 -0500)
We need to have a depend on the sub-slot.

Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
dev-lang/rust/rust-1.7.0-r100.ebuild
dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild

index 1c94d4929c0b8fbde4097c7f20d7ee2712e38aaa..17cfcc9213eb8c5de613d5c00b1c2dd9cefe6684 100644 (file)
@@ -46,8 +46,8 @@ IUSE="clang debug doc libcxx +system-llvm"
 REQUIRED_USE="libcxx? ( clang )"
 
 RDEPEND="libcxx? ( sys-libs/libcxx )
-       system-llvm? ( >=sys-devel/llvm-3.7.0[multitarget]
-               <sys-devel/llvm-3.8.0[multitarget] )
+       system-llvm? ( >=sys-devel/llvm-3.7.1-r1:=[multitarget]
+               <sys-devel/llvm-3.8.0:=[multitarget] )
 "
 
 DEPEND="${RDEPEND}
index eb4b27d5f6eb9c0bdd2d05152d367bdcec38b35a..f9e67b10a95f5861a3e8d7a399c02638963be3be 100644 (file)
@@ -46,8 +46,8 @@ IUSE="clang debug doc libcxx +system-llvm"
 REQUIRED_USE="libcxx? ( clang )"
 
 RDEPEND="libcxx? ( sys-libs/libcxx )
-       system-llvm? ( >=sys-devel/llvm-3.7.0[multitarget]
-               <sys-devel/llvm-3.9.0[multitarget] )
+       system-llvm? ( >=sys-devel/llvm-3.7.1-r1:=[multitarget]
+               <sys-devel/llvm-3.9.0:=[multitarget] )
 "
 
 DEPEND="${RDEPEND}