Skip to content

Commit

Permalink
dev-ml/kaputt: add ocamlbuild dep
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Mar 1, 2016
1 parent e61b010 commit 0ca434c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-ml/kaputt/kaputt-1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]"
RDEPEND="${DEPEND}"
RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]"
DEPEND="${RDEPEND}
|| ( dev-ml/ocamlbuild <dev-lang/ocaml-4.02.3-r1 )"

src_configure() {
chmod +x configure
Expand Down

0 comments on commit 0ca434c

Please sign in to comment.