diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-30 13:41:07 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-30 23:21:58 +0100 |
commit | 25deb77a0135d27e194f8ce01f216edf78560c78 (patch) | |
tree | f2ace1152897c426a88fd0d1f58a96381795dbae /dev-ml/js-build-tools | |
parent | dev-ml/ocaml-ctypes: bump to 0.11.3 (diff) | |
download | gentoo-25deb77a0135d27e194f8ce01f216edf78560c78.tar.gz gentoo-25deb77a0135d27e194f8ce01f216edf78560c78.tar.bz2 gentoo-25deb77a0135d27e194f8ce01f216edf78560c78.zip |
dev-ml/js-build-tools: add missing dep on ocamlbuild
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/js-build-tools')
-rw-r--r-- | dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild b/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild index deec719b6b8f..db4c32f92467 100644 --- a/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild +++ b/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -RDEPEND="" +RDEPEND="dev-ml/ocamlbuild:=" DEPEND="${RDEPEND} dev-ml/opam" src_configure() { |