Skip to content

Commit

Permalink
dev-ml/js_of_ocaml: move ocamlbuild to rdepend and add := dep on it
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
aballier committed Oct 7, 2016
1 parent 986ceba commit 298bd8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ RDEPEND="
dev-ml/camlp4:=
dev-ml/cppo:=
dev-ml/uchar:=
dev-ml/ocamlbuild:=
deriving? ( >=dev-ml/deriving-0.6:= )"
DEPEND="${RDEPEND}
dev-ml/ocamlbuild"
DEPEND="${RDEPEND}"

src_configure() {
printf "\n\n" >> Makefile.conf
Expand Down
4 changes: 2 additions & 2 deletions dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ RDEPEND="
dev-ml/camlp4:=
dev-ml/cppo:=
dev-ml/uchar:=
dev-ml/ocamlbuild:=
deriving? ( >=dev-ml/deriving-0.6:= )"
DEPEND="${RDEPEND}
dev-ml/ocamlbuild"
DEPEND="${RDEPEND}"

src_configure() {
printf "\n\n" >> Makefile.conf
Expand Down

0 comments on commit 298bd8c

Please sign in to comment.