summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-09-09 18:13:08 +0200
committerMichał Górny <mgorny@gentoo.org>2016-09-09 20:01:58 +0200
commit77581a9e63e15d4d6a35ad7c48555a0e045d430a (patch)
treed74d7f0972c0be989826d4aa30d1f66cf95b2476 /sys-devel/llvm/llvm-9999.ebuild
parentnet-misc/openssh: Minor bugfix in 7.3_p1-r1 for OSX (diff)
downloadgentoo-77581a9e63e15d4d6a35ad7c48555a0e045d430a.tar.gz
gentoo-77581a9e63e15d4d6a35ad7c48555a0e045d430a.tar.bz2
gentoo-77581a9e63e15d4d6a35ad7c48555a0e045d430a.zip
sys-devel/llvm: Improve OCaml deps as suggested by aballier
Diffstat (limited to 'sys-devel/llvm/llvm-9999.ebuild')
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index d7470a269db2..17f78ea432ae 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -32,8 +32,7 @@ RDEPEND="
ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )
ocaml? (
>=dev-lang/ocaml-4.00.0:0=
- dev-ml/findlib
- dev-ml/ocaml-ctypes )"
+ dev-ml/ocaml-ctypes:= )"
# configparser-3.2 breaks the build (3.3 or none at all are fine)
DEPEND="${RDEPEND}
dev-lang/perl
@@ -45,7 +44,8 @@ DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )
gold? ( sys-libs/binutils-libs )
libffi? ( virtual/pkgconfig )
- ocaml? ( test? ( dev-ml/ounit ) )
+ ocaml? ( dev-ml/findlib
+ test? ( dev-ml/ounit ) )
!!<dev-python/configparser-3.3.0.2
${PYTHON_DEPS}"