From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4D3891388C1 for ; Tue, 1 Mar 2016 18:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A8A321C028; Tue, 1 Mar 2016 18:47:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB4D821C022 for ; Tue, 1 Mar 2016 18:47:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED44C34095A for ; Tue, 1 Mar 2016 18:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6811208F for ; Tue, 1 Mar 2016 18:47:49 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1456858057.e422d0e48cf8b13f78357b82e53b3c7b1b76a8b2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/uutf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/uutf/uutf-0.9.4.ebuild X-VCS-Directories: dev-ml/uutf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e422d0e48cf8b13f78357b82e53b3c7b1b76a8b2 X-VCS-Branch: master Date: Tue, 1 Mar 2016 18:47:49 +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: 129fd7f0-3ed0-4ce8-aabf-d92126be9df1 X-Archives-Hash: 36cf2978906f3b4a0f2508adee4c1f65 commit: e422d0e48cf8b13f78357b82e53b3c7b1b76a8b2 Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 1 18:14:10 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 1 18:47:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e422d0e4 dev-ml/uutf: add ocamlbuild dep Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/uutf/uutf-0.9.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/uutf/uutf-0.9.4.ebuild b/dev-ml/uutf/uutf-0.9.4.ebuild index 1fab6e5..20be744 100644 --- a/dev-ml/uutf/uutf-0.9.4.ebuild +++ b/dev-ml/uutf/uutf-0.9.4.ebuild @@ -18,6 +18,7 @@ IUSE="doc utftrip +ocamlopt test" RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] utftrip? ( dev-ml/cmdliner:= )" DEPEND="${RDEPEND} + dev-ml/ocamlbuild test? ( dev-ml/cmdliner )" src_compile() {