commit: 1a28b030cf9827db23decff3786623fab031d1f6
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 7 16:00:30 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 16:00:30 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a28b030
dev-lang/ispc: doesn't build with <=llvm-3.3
Details on github ispc/ispc#1096
Gentoo-Bug: #560038
Package-Manager: portage-2.2.20.1
dev-lang/ispc/{ispc-1.8.2.ebuild => ispc-1.8.2-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/ispc/ispc-1.8.2.ebuild
b/dev-lang/ispc/ispc-1.8.2-r1.ebuild
similarity index 95%
rename from dev-lang/ispc/ispc-1.8.2.ebuild
rename to dev-lang/ispc/ispc-1.8.2-r1.ebuild
index 0d283bb..7c0ad7e 100644
--- a/dev-lang/ispc/ispc-1.8.2.ebuild
+++ b/dev-lang/ispc/ispc-1.8.2-r1.ebuild
@@ -25,8 +25,8 @@ SLOT="0"
IUSE="examples"
RDEPEND="
- >=sys-devel/clang-3.0
- >=sys-devel/llvm-3.0
+ >=sys-devel/clang-3.4
+ >=sys-devel/llvm-3.4
"
DEPEND="
${RDEPEND}