diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-07 19:45:11 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-07 19:45:23 +0200 |
commit | f9a74dde9078f2eddfceccf6117bb5c94fdf2efe (patch) | |
tree | 964eab8414d7a439914d624075d661a962bc4c93 /dev-ml | |
parent | dev-python/django: keyword ~arm64 (diff) | |
download | gentoo-f9a74dde9078f2eddfceccf6117bb5c94fdf2efe.tar.gz gentoo-f9a74dde9078f2eddfceccf6117bb5c94fdf2efe.tar.bz2 gentoo-f9a74dde9078f2eddfceccf6117bb5c94fdf2efe.zip |
dev-ml/ocamlbuild: add missing findlib test dep, bug #624150
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild index 8b0e155ea7c0..36621246391c 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild @@ -10,12 +10,14 @@ SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="+ocamlopt" +IUSE="+ocamlopt test" DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]" RDEPEND="${DEPEND} !<dev-ml/findlib-1.6.1-r1 " +DEPEND="${DEPEND} + test? ( dev-ml/findlib )" src_configure() { emake -f configure.make Makefile.config \ |