commit:     77d4617fa01ced29ac75c65c6353ffd55cb4586d
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  6 18:07:42 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Mar  6 18:07:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d4617f

dev-ml/mtime: rem 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/mtime/metadata.xml       | 5 ++++-
 dev-ml/mtime/mtime-1.1.0.ebuild | 5 ++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-ml/mtime/metadata.xml b/dev-ml/mtime/metadata.xml
index 430548eaef5..9a976f832f4 100644
--- a/dev-ml/mtime/metadata.xml
+++ b/dev-ml/mtime/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <!-- maintainer-needed -->
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>ML</name>
+       </maintainer>
        <upstream>
                <remote-id type="github">dbuenzli/mtime</remote-id>
        </upstream>

diff --git a/dev-ml/mtime/mtime-1.1.0.ebuild b/dev-ml/mtime/mtime-1.1.0.ebuild
index 021313a0546..91dfab39d4d 100644
--- a/dev-ml/mtime/mtime-1.1.0.ebuild
+++ b/dev-ml/mtime/mtime-1.1.0.ebuild
@@ -12,11 +12,10 @@ 
SRC_URI="https://erratique.ch/software/mtime/releases/${P}.tbz";
 LICENSE="ISC"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="javascript test"
+IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="dev-lang/ocaml:=[ocamlopt]
-       javascript? ( dev-ml/js_of_ocaml:= )
 "
 DEPEND="${RDEPEND}
        dev-ml/topkg
@@ -25,7 +24,7 @@ DEPEND="${RDEPEND}
 
 src_compile() {
        ocaml pkg/pkg.ml build \
-               --with-js_of_ocaml $(usex javascript true false) \
+               --with-js_of_ocaml false \
                --tests $(usex test true false) \
                || die
 }

Reply via email to