summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-03-06 19:07:42 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-03-06 19:07:42 +0100
commit77d4617fa01ced29ac75c65c6353ffd55cb4586d (patch)
treeb2f9c58ef64a57c02f0d3e5d76d59ce04fccb622 /dev-ml/mtime
parentdev-ml/logs: rm dep on dev-ml/js_of_ocaml (diff)
downloadgentoo-77d4617fa01ced29ac75c65c6353ffd55cb4586d.tar.gz
gentoo-77d4617fa01ced29ac75c65c6353ffd55cb4586d.tar.bz2
gentoo-77d4617fa01ced29ac75c65c6353ffd55cb4586d.zip
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@gentoo.org>
Diffstat (limited to 'dev-ml/mtime')
-rw-r--r--dev-ml/mtime/metadata.xml5
-rw-r--r--dev-ml/mtime/mtime-1.1.0.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/mtime/metadata.xml b/dev-ml/mtime/metadata.xml
index 430548eaef52..9a976f832f42 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>ml@gentoo.org</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 021313a0546e..91dfab39d4d9 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
}