diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-20 15:19:40 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-20 15:24:05 +0200 |
commit | 3e4846b1f73c4291b695dbacc1c7170d310ccaeb (patch) | |
tree | 411249fe33e2f3960102a5f48a744d2c9ffcf5b7 /dev-ml | |
parent | app-misc/tmux: Removed old. (diff) | |
download | gentoo-3e4846b1f73c4291b695dbacc1c7170d310ccaeb.tar.gz gentoo-3e4846b1f73c4291b695dbacc1c7170d310ccaeb.tar.bz2 gentoo-3e4846b1f73c4291b695dbacc1c7170d310ccaeb.zip |
dev-ml/utop: switch to lwt_react deps
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/utop/utop-1.19.3.ebuild | 6 |
1 files 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 a15d4f9ab3f3..e3ea9211b868 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:= |