commit:     4c2442d1715386b1abaa8bb17a2c0a53c4924ef5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  6 18:09:51 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Mar  6 18:09:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2442d1

dev-ml/ocaml-cohttp: rm dep on dev-ml/js_of_ocaml

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild 
b/dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild
index 55c330d8b1b..bfcf3140f3d 100644
--- a/dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild
+++ b/dev-ml/ocaml-cohttp/ocaml-cohttp-0.22.0-r1.ebuild
@@ -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:=
@@ -39,9 +39,6 @@ DEPEND="
                dev-ml/ocaml-magic-mime:=
                dev-ml/fmt:=
        )
-       javascript? (
-               dev-ml/js_of_ocaml:=[ppx]
-       )
 "
 RDEPEND="${DEPEND}"
 DEPEND="${DEPEND}
@@ -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
 }

Reply via email to