diff options
author | Christoph Junghans <junghans@gentoo.org> | 2017-03-19 07:04:54 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2017-03-19 08:06:32 -0600 |
commit | 20c275cc29fbd27626d6266b414717984620a089 (patch) | |
tree | fcb3dc920edec667e53ed1c059ccf19ca4707dd0 | |
parent | app-office/calligra: Drop USE=okular in preparation of kde-apps-16.12.3 (diff) | |
download | gentoo-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
-rw-r--r-- | dev-lang/ispc/ispc-1.9.1.ebuild | 6 | ||||
-rw-r--r-- | 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 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} |