commit:     f2a2ccf58e9512828d12058c0f29f8065968576c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  6 18:05:13 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Mar  6 18:05:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a2ccf5

dev-ml/logs: 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/logs/logs-0.6.3.ebuild | 5 ++---
 dev-ml/logs/logs-0.7.0.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-ml/logs/logs-0.6.3.ebuild b/dev-ml/logs/logs-0.6.3.ebuild
index 7e256da93be..978b7cf88e0 100644
--- a/dev-ml/logs/logs-0.6.3.ebuild
+++ b/dev-ml/logs/logs-0.6.3.ebuild
@@ -12,13 +12,12 @@ 
SRC_URI="https://erratique.ch/software/logs/releases/${P}.tbz";
 LICENSE="ISC"
 SLOT="0/${PV}"
 KEYWORDS="~amd64"
-IUSE="javascript +fmt cli +lwt test"
+IUSE="+fmt cli +lwt test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
        dev-ml/result:=[ocamlopt]
        dev-lang/ocaml:=[ocamlopt]
-       javascript? ( dev-ml/js_of_ocaml:= )
        fmt? ( dev-ml/fmt:= )
        cli? ( dev-ml/cmdliner:=[ocamlopt] )
        lwt? ( dev-ml/lwt:= )
@@ -33,7 +32,7 @@ DEPEND="${RDEPEND}
 
 src_compile() {
        ocaml pkg/pkg.ml build \
-               --with-js_of_ocaml $(usex javascript true false) \
+               --with-js_of_ocaml false \
                --with-fmt $(usex fmt true false) \
                --with-cmdliner $(usex cli true false) \
                --with-lwt $(usex fmt true false) \

diff --git a/dev-ml/logs/logs-0.7.0.ebuild b/dev-ml/logs/logs-0.7.0.ebuild
index 6636b9bb1bb..8435164a7c2 100644
--- a/dev-ml/logs/logs-0.7.0.ebuild
+++ b/dev-ml/logs/logs-0.7.0.ebuild
@@ -12,13 +12,12 @@ 
SRC_URI="https://erratique.ch/software/logs/releases/${P}.tbz";
 LICENSE="ISC"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="javascript +fmt cli +lwt test"
+IUSE="+fmt cli +lwt test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
        dev-ml/result:=[ocamlopt]
        dev-lang/ocaml:=[ocamlopt]
-       javascript? ( dev-ml/js_of_ocaml:= )
        fmt? ( dev-ml/fmt:= )
        cli? ( dev-ml/cmdliner:=[ocamlopt] )
        lwt? ( dev-ml/lwt:= )
@@ -44,7 +43,7 @@ src_prepare() {
 
 src_compile() {
        ocaml pkg/pkg.ml build \
-               --with-js_of_ocaml $(usex javascript true false) \
+               --with-js_of_ocaml false \
                --with-fmt $(usex fmt true false) \
                --with-cmdliner $(usex cli true false) \
                --with-lwt $(usex fmt true false) \

Reply via email to