Skip to content

Commit

Permalink
dev-ml/ocaml-cohttp: rm dep on dev-ml/js_of_ocaml
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Mar 6, 2021
1 parent 77d4617 commit 4c2442d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SRC_URI="https://github.com/mirage/ocaml-cohttp/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="async javascript +lwt"
IUSE="async +lwt"

DEPEND="
dev-ml/re:=
Expand All @@ -39,9 +39,6 @@ DEPEND="
dev-ml/ocaml-magic-mime:=
dev-ml/fmt:=
)
javascript? (
dev-ml/js_of_ocaml:=[ppx]
)
"
RDEPEND="${DEPEND}"
DEPEND="${DEPEND}
Expand All @@ -56,7 +53,6 @@ src_configure() {
local oasis_configure_opts="
$(use_enable lwt) $(use_enable lwt lwt-unix)
$(use_enable async)
$(use_enable javascript js)
"
oasis_src_configure
}

0 comments on commit 4c2442d

Please sign in to comment.