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 B91C7139694 for ; Thu, 20 Apr 2017 13:24:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6A8EE0BEF; Thu, 20 Apr 2017 13:24:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C4B30E0BE9 for ; Thu, 20 Apr 2017 13:24:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B32F6340A23 for ; Thu, 20 Apr 2017 13:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20A6E7436 for ; Thu, 20 Apr 2017 13:24:12 +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: <1492694645.3e4846b1f73c4291b695dbacc1c7170d310ccaeb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/utop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/utop/utop-1.19.3.ebuild X-VCS-Directories: dev-ml/utop/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3e4846b1f73c4291b695dbacc1c7170d310ccaeb X-VCS-Branch: master Date: Thu, 20 Apr 2017 13:24:12 +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: 78520016-d671-4e4e-889b-945e7b862ecf X-Archives-Hash: 90a4821336a4f4453a21077fa03df925 commit: 3e4846b1f73c4291b695dbacc1c7170d310ccaeb Author: Alexis Ballier gentoo org> AuthorDate: Thu Apr 20 13:19:40 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Apr 20 13:24:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4846b1 dev-ml/utop: switch to lwt_react deps Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/utop/utop-1.19.3.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ml/utop/utop-1.19.3.ebuild b/dev-ml/utop/utop-1.19.3.ebuild index a15d4f9ab3f..e3ea9211b86 100644 --- a/dev-ml/utop/utop-1.19.3.ebuild +++ b/dev-ml/utop/utop-1.19.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="camlp4 emacs" -DEPEND=">=dev-ml/lwt-2.4.0:=[react] +DEPEND=" + >=dev-ml/lwt-2.4.0:= + dev-ml/lwt_react:= >=dev-ml/lambda-term-1.2:= >=dev-ml/zed-1.2:= >=dev-ml/cppo-1.0.1:=