commit:     20c275cc29fbd27626d6266b414717984620a089
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 13:04:54 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 14:06:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c275cc

dev-lang/ispc: fix deps (bug #613178)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lang/ispc/ispc-1.9.1.ebuild | 6 +++---
 dev-lang/ispc/ispc-9999.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lang/ispc/ispc-1.9.1.ebuild b/dev-lang/ispc/ispc-1.9.1.ebuild
index b81ffe367e6..6f982be9b00 100644
--- a/dev-lang/ispc/ispc-1.9.1.ebuild
+++ b/dev-lang/ispc/ispc-1.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,8 +24,8 @@ SLOT="0"
 IUSE="examples"
 
 RDEPEND="
-       >=sys-devel/clang-3.0
-       >=sys-devel/llvm-3.0
+       >=sys-devel/clang-3.0:0
+       >=sys-devel/llvm-3.0:0
        "
 DEPEND="
        ${RDEPEND}

diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
index b81ffe367e6..5104895366d 100644
--- a/dev-lang/ispc/ispc-9999.ebuild
+++ b/dev-lang/ispc/ispc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,8 +24,8 @@ SLOT="0"
 IUSE="examples"
 
 RDEPEND="
-       >=sys-devel/clang-3.0
-       >=sys-devel/llvm-3.0
+       >=sys-devel/clang-3.0:*
+       >=sys-devel/llvm-3.0:*
        "
 DEPEND="
        ${RDEPEND}

Reply via email to