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 9217E58973 for ; Sat, 6 Feb 2016 15:07:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED127E080D; Sat, 6 Feb 2016 15:07:13 +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 95511E080D for ; Sat, 6 Feb 2016 15:07:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CEF9340B2B for ; Sat, 6 Feb 2016 15:07:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 341978DC for ; Sat, 6 Feb 2016 15:07:07 +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: <1454771221.32799bbc1e56a3f3f05e585f6360291e9ce14e3e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lwt/lwt-2.5.1.ebuild dev-ml/lwt/metadata.xml X-VCS-Directories: dev-ml/lwt/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 32799bbc1e56a3f3f05e585f6360291e9ce14e3e X-VCS-Branch: master Date: Sat, 6 Feb 2016 15:07:07 +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: 898e9d67-c077-4358-9ef6-f52df89be3d3 X-Archives-Hash: 27afe862dce97f93bad7e8b4aded6c1b commit: 32799bbc1e56a3f3f05e585f6360291e9ce14e3e Author: Alexis Ballier gentoo org> AuthorDate: Sat Feb 6 15:06:54 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Feb 6 15:07:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32799bbc dev-ml/lwt: add ppx useflag and enable it by default since it is recommended on ocaml 4.02+ Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/lwt/lwt-2.5.1.ebuild | 5 +++-- dev-ml/lwt/metadata.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ml/lwt/lwt-2.5.1.ebuild b/dev-ml/lwt/lwt-2.5.1.ebuild index ac81e53..ac787dd 100644 --- a/dev-ml/lwt/lwt-2.5.1.ebuild +++ b/dev-ml/lwt/lwt-2.5.1.ebuild @@ -14,12 +14,13 @@ DESCRIPTION="Cooperative light-weight thread library for OCaml" SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="http://ocsigen.org/lwt" -IUSE="gtk +react +ssl" +IUSE="gtk +ppx +react +ssl" DEPEND="react? ( >=dev-ml/react-1.2:= ) dev-libs/libev ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= ) gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 ) + ppx? ( dev-ml/ppx_tools:= ) || ( dev-ml/camlp4:= Proxy Maintainers + Enables the ppx syntax extension Enables support for dev-ml/react: Functional reactive programming (signals, events, etc.). Enables enhanced toplevel. Enables text mode utilities.