dev-lang/ispc: doesn't build with <=llvm-3.3
authorChristoph Junghans <ottxor@gentoo.org>
Wed, 7 Oct 2015 16:00:30 +0000 (10:00 -0600)
committerChristoph Junghans <ottxor@gentoo.org>
Wed, 7 Oct 2015 16:00:30 +0000 (10:00 -0600)
Details on github ispc/ispc#1096

Gentoo-Bug: #560038

Package-Manager: portage-2.2.20.1

dev-lang/ispc/ispc-1.8.2-r1.ebuild [moved from dev-lang/ispc/ispc-1.8.2.ebuild with 95% similarity]

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 0d283bb3d1f22e736485cc12d1370e07ae0c455d..7c0ad7e0a672030b93f1a67299d4052f0ad81a93 100644 (file)
@@ -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}