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/ocamlbuild/
Date: Fri, 07 Jul 2017 17:45:36
Message-Id: 1499449523.f9a74dde9078f2eddfceccf6117bb5c94fdf2efe.aballier@gentoo
1 commit: f9a74dde9078f2eddfceccf6117bb5c94fdf2efe
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 17:45:11 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 17:45:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a74dde
7
8 dev-ml/ocamlbuild: add missing findlib test dep, bug #624150
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
16 index 8b0e155ea7c..36621246391 100644
17 --- a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
18 +++ b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
19 @@ -10,12 +10,14 @@ SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz
20 LICENSE="LGPL-2.1-with-linking-exception"
21 SLOT="0/${PV}"
22 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
23 -IUSE="+ocamlopt"
24 +IUSE="+ocamlopt test"
25
26 DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]"
27 RDEPEND="${DEPEND}
28 !<dev-ml/findlib-1.6.1-r1
29 "
30 +DEPEND="${DEPEND}
31 + test? ( dev-ml/findlib )"
32
33 src_configure() {
34 emake -f configure.make Makefile.config \