From fb407f87a4335b32f5571d753a231393de27e242 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 10 Dec 2014 15:33:00 +0100 Subject: [PATCH] opam: drop runtime-dependency on ocaml, opam init --comp=4.02.1 bootstraps without system ocaml --- srcpkgs/opam/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/opam/template b/srcpkgs/opam/template index 0d521e8b37..d41cd1c632 100644 --- a/srcpkgs/opam/template +++ b/srcpkgs/opam/template @@ -1,11 +1,11 @@ # Template file for 'opam' pkgname=opam version=1.2.0 -revision=1 +revision=2 build_style=gnu-configure disable_parallel_build=yes make_build_args="lib-ext all" -depends="ocaml curl patch" +depends="curl patch" makedepends="ncurses-devel ocaml curl" short_desc="OCaml package manager" maintainer="Christian Neukirchen "