dev-lang/ispc: fix deps (bug #613178)
authorChristoph Junghans <junghans@gentoo.org>
Sun, 19 Mar 2017 13:04:54 +0000 (07:04 -0600)
committerChristoph Junghans <junghans@gentoo.org>
Sun, 19 Mar 2017 14:06:32 +0000 (08:06 -0600)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-lang/ispc/ispc-1.9.1.ebuild
dev-lang/ispc/ispc-9999.ebuild

index b81ffe367e67bfced40d9ee0ea3a878c1ebcaf7a..6f982be9b00d892894f3fc8272749fda36d160e1 100644 (file)
@@ -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}
index b81ffe367e67bfced40d9ee0ea3a878c1ebcaf7a..5104895366dbfefe272204a7f5cf61919dd8f83c 100644 (file)
@@ -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}