Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/js-build-tools/
Date: Mon, 30 Jan 2017 22:55:36
Message-Id: 1485814918.25deb77a0135d27e194f8ce01f216edf78560c78.aballier@gentoo
1 commit: 25deb77a0135d27e194f8ce01f216edf78560c78
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 12:41:07 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 22:21:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25deb77a
7
8 dev-ml/js-build-tools: add missing dep on ocamlbuild
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index deec719..db4c32f 100644
17 --- a/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild
18 +++ b/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -18,7 +18,7 @@ SLOT="0/${PV}"
26 KEYWORDS="~amd64"
27 IUSE=""
28
29 -RDEPEND=""
30 +RDEPEND="dev-ml/ocamlbuild:="
31 DEPEND="${RDEPEND} dev-ml/opam"
32
33 src_configure() {