diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-11-15 10:32:50 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-11-15 10:36:02 +0100 |
commit | 0fcb1f9a03d43f6da116c98d60885e2c5b6540da (patch) | |
tree | b9c4842c1fdf3800ee5f31e0d3d923327fcb83e6 /dev-lang/ocaml | |
parent | sci-mathematics/coq: bump to 8.5pl3 (diff) | |
download | gentoo-0fcb1f9a03d43f6da116c98d60885e2c5b6540da.tar.gz gentoo-0fcb1f9a03d43f6da116c98d60885e2c5b6540da.tar.bz2 gentoo-0fcb1f9a03d43f6da116c98d60885e2c5b6540da.zip |
dev-lang/ocaml: add missing dep on binutils-libs
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.03.0-r1.ebuild (renamed from dev-lang/ocaml/ocaml-4.03.0.ebuild) | 3 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-4.04.0_beta2-r1.ebuild (renamed from dev-lang/ocaml/ocaml-4.04.0_beta2.ebuild) | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/ocaml/ocaml-4.03.0.ebuild b/dev-lang/ocaml/ocaml-4.03.0-r1.ebuild index f795daef3962..d2df32d07b34 100644 --- a/dev-lang/ocaml/ocaml-4.03.0.ebuild +++ b/dev-lang/ocaml/ocaml-4.03.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,6 +21,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fb IUSE="emacs flambda latex ncurses +ocamlopt X xemacs" RDEPEND=" + sys-libs/binutils-libs:= ncurses? ( sys-libs/ncurses:0= ) X? ( x11-libs/libX11 x11-proto/xproto )" DEPEND="${RDEPEND} diff --git a/dev-lang/ocaml/ocaml-4.04.0_beta2.ebuild b/dev-lang/ocaml/ocaml-4.04.0_beta2-r1.ebuild index a076e6197d3e..23ddd14d5bab 100644 --- a/dev-lang/ocaml/ocaml-4.04.0_beta2.ebuild +++ b/dev-lang/ocaml/ocaml-4.04.0_beta2-r1.ebuild @@ -21,6 +21,7 @@ SLOT="0/${PV}" IUSE="emacs flambda latex ncurses +ocamlopt X xemacs" RDEPEND=" + sys-libs/binutils-libs:= ncurses? ( sys-libs/ncurses:0= ) X? ( x11-libs/libX11 x11-proto/xproto )" DEPEND="${RDEPEND} |