commit: 8f826bcf9ca7c4e586d77738c4b03facc9e5480d
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 16:00:18 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 16:01:02 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f826bcf
dev-lang/ispc: doesn't build with >=llvm-3.7
Details on github ispc/ispc#1106
Gentoo-Bug: #562630
Package-Manager: portage-2.2.20.1
dev-lang/ispc/{ispc-1.8.2-r1.ebuild => ispc-1.8.2-r2.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-lang/ispc/ispc-1.8.2-r1.ebuild
b/dev-lang/ispc/ispc-1.8.2-r2.ebuild
similarity index 96%
rename from dev-lang/ispc/ispc-1.8.2-r1.ebuild
rename to dev-lang/ispc/ispc-1.8.2-r2.ebuild
index 7c0ad7e..235e584 100644
--- a/dev-lang/ispc/ispc-1.8.2-r1.ebuild
+++ b/dev-lang/ispc/ispc-1.8.2-r2.ebuild
@@ -27,6 +27,8 @@ IUSE="examples"
RDEPEND="
>=sys-devel/clang-3.4
>=sys-devel/llvm-3.4
+ <sys-devel/clang-3.7
+ <sys-devel/llvm-3.7
"
DEPEND="
${RDEPEND}