summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2017-03-19 07:04:54 -0600
committerChristoph Junghans <junghans@gentoo.org>2017-03-19 08:06:32 -0600
commit20c275cc29fbd27626d6266b414717984620a089 (patch)
treefcb3dc920edec667e53ed1c059ccf19ca4707dd0 /dev-lang/ispc
parentapp-office/calligra: Drop USE=okular in preparation of kde-apps-16.12.3 (diff)
downloadgentoo-20c275cc29fbd27626d6266b414717984620a089.tar.gz
gentoo-20c275cc29fbd27626d6266b414717984620a089.tar.bz2
gentoo-20c275cc29fbd27626d6266b414717984620a089.zip
dev-lang/ispc: fix deps (bug #613178)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r--dev-lang/ispc/ispc-1.9.1.ebuild6
-rw-r--r--dev-lang/ispc/ispc-9999.ebuild6
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 b81ffe367e67..6f982be9b00d 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 b81ffe367e67..5104895366db 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}