commit:     2d4754be40a959b05fb433691685a885d43c3bf1
Author:     Doug Goldstein <cardoe <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 15:51:39 2016 +0000
Commit:     Doug Goldstein <cardoe <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 15:52:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4754be

dev-lang/rust: fix LLVM sub-slot depends

We need to have a depend on the sub-slot.

Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>

 dev-lang/rust/rust-1.7.0-r100.ebuild              | 4 ++--
 dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/rust/rust-1.7.0-r100.ebuild 
b/dev-lang/rust/rust-1.7.0-r100.ebuild
index 1c94d49..17cfcc9 100644
--- a/dev-lang/rust/rust-1.7.0-r100.ebuild
+++ b/dev-lang/rust/rust-1.7.0-r100.ebuild
@@ -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}

diff --git a/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild 
b/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild
index eb4b27d..f9e67b1 100644
--- a/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild
+++ b/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild
@@ -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}

Reply via email to