summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-01-07 22:29:19 +0100
committerMichał Górny <mgorny@gentoo.org>2016-01-07 23:09:41 +0100
commit790c896ab817f6db7cd49003f704e075050aed1a (patch)
treeec6eb5864964f5a1d60604b834d685207335f7c1 /dev-lang/rubinius
parentwww-plugins/lightspark: Restrict to llvm < 3.7, #563780 (diff)
downloadgentoo-790c896ab817f6db7cd49003f704e075050aed1a.tar.gz
gentoo-790c896ab817f6db7cd49003f704e075050aed1a.tar.bz2
gentoo-790c896ab817f6db7cd49003f704e075050aed1a.zip
dev-lang/rubinius: Restrict to llvm < 3.6
Diffstat (limited to 'dev-lang/rubinius')
-rw-r--r--dev-lang/rubinius/rubinius-2.5.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/rubinius/rubinius-2.5.5.ebuild b/dev-lang/rubinius/rubinius-2.5.5.ebuild
index 26c383636c41..7ec166a208a9 100644
--- a/dev-lang/rubinius/rubinius-2.5.5.ebuild
+++ b/dev-lang/rubinius/rubinius-2.5.5.ebuild
@@ -15,7 +15,8 @@ SLOT="0"
IUSE="+llvm"
RDEPEND="
- llvm? ( >=sys-devel/llvm-3.2 )
+ llvm? ( <sys-devel/llvm-3.6
+ >=sys-devel/llvm-3.2 )
dev-libs/openssl:0
sys-libs/ncurses
sys-libs/readline:0