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 5132E1395E2 for ; Sat, 12 Nov 2016 14:41:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3849C21C1D3; Sat, 12 Nov 2016 14:41:14 +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 0BA1021C1D3 for ; Sat, 12 Nov 2016 14:41:13 +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 A155C341422 for ; Sat, 12 Nov 2016 14:41:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78F8C249B for ; Sat, 12 Nov 2016 14:41:10 +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: <1478961666.c5e1ca1d60feaecdda3eb249b43fd3a638c4007f.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-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c5e1ca1d60feaecdda3eb249b43fd3a638c4007f X-VCS-Branch: master Date: Sat, 12 Nov 2016 14:41:10 +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: 8880858d-b958-4067-a08b-dd6c7d377cce X-Archives-Hash: 6e161fb781443764e6f41f6cbd8b3c35 commit: c5e1ca1d60feaecdda3eb249b43fd3a638c4007f Author: Michał Górny gentoo org> AuthorDate: Sat Nov 12 14:39:37 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 12 14:41:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e1ca1d sys-devel/llvm: Remove OCaml (now in dev-ml/llvm-ocaml) sys-devel/llvm/llvm-9999.ebuild | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 1a43cd4..0812bdd 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -35,7 +35,7 @@ LICENSE="UoI-NCSA rc BSD public-domain llvm_targets_ARM? ( LLVM-Grant )" SLOT="0/${PV%.*}" KEYWORDS="" -IUSE="debug +doc gold libedit +libffi multitarget ncurses ocaml test +IUSE="debug +doc gold libedit +libffi multitarget ncurses test elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}" RDEPEND=" @@ -43,10 +43,7 @@ RDEPEND=" gold? ( >=sys-devel/binutils-2.22:*[cxx] ) libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] ) libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] ) - ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] ) - ocaml? ( - >=dev-lang/ocaml-4.00.0:0= - dev-ml/ocaml-ctypes:= )" + ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )" # configparser-3.2 breaks the build (3.3 or none at all are fine) DEPEND="${RDEPEND} dev-lang/perl @@ -58,8 +55,6 @@ DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) gold? ( sys-libs/binutils-libs ) libffi? ( virtual/pkgconfig ) - ocaml? ( dev-ml/findlib - test? ( dev-ml/ounit ) ) test? ( $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') ) !!