From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53D7D138331 for ; Sat, 10 Sep 2016 00:00:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CEA4E09FC; Sat, 10 Sep 2016 00:00:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0050E08F8 for ; Sat, 10 Sep 2016 00:00:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6494A340A99 for ; Fri, 9 Sep 2016 18:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9383C2474 for ; Fri, 9 Sep 2016 18:02:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1473444118.77581a9e63e15d4d6a35ad7c48555a0e045d430a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-3.8.1-r2.ebuild sys-devel/llvm/llvm-3.9.0.ebuild sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77581a9e63e15d4d6a35ad7c48555a0e045d430a X-VCS-Branch: master Date: Fri, 9 Sep 2016 18:02:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe065937-540a-4d02-b503-a41e2a7437c9 X-Archives-Hash: a092398179155a750516bc3accc7bde6 commit: 77581a9e63e15d4d6a35ad7c48555a0e045d430a Author: Michał Górny gentoo org> AuthorDate: Fri Sep 9 16:13:08 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 9 18:01:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77581a9e sys-devel/llvm: Improve OCaml deps as suggested by aballier sys-devel/llvm/llvm-3.8.1-r2.ebuild | 6 +++--- sys-devel/llvm/llvm-3.9.0.ebuild | 6 +++--- sys-devel/llvm/llvm-9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys-devel/llvm/llvm-3.8.1-r2.ebuild b/sys-devel/llvm/llvm-3.8.1-r2.ebuild index 7db30d1..195d8ec 100644 --- a/sys-devel/llvm/llvm-3.8.1-r2.ebuild +++ b/sys-devel/llvm/llvm-3.8.1-r2.ebuild @@ -43,8 +43,7 @@ COMMON_DEPEND=" 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:= !!<=sys-devel/llvm-3.7.0-r1[ocaml] )" # configparser-3.2 breaks the build (3.3 or none at all are fine) DEPEND="${COMMON_DEPEND} @@ -63,7 +62,8 @@ DEPEND="${COMMON_DEPEND} libffi? ( virtual/pkgconfig ) lldb? ( dev-lang/swig ) !!=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:= !!<=sys-devel/llvm-3.7.0-r1[ocaml] )" # configparser-3.2 breaks the build (3.3 or none at all are fine) DEPEND="${COMMON_DEPEND} @@ -65,7 +64,8 @@ DEPEND="${COMMON_DEPEND} libffi? ( virtual/pkgconfig ) lldb? ( dev-lang/swig ) !!=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 ) ) !!