diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-03-06 19:05:13 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-03-06 19:05:13 +0100 |
commit | f2a2ccf58e9512828d12058c0f29f8065968576c (patch) | |
tree | ce0d63133af88568b3ad24b061231f3a17b427db /dev-ml/logs | |
parent | dev-python/h5py: Bump to 3.2.1 (diff) | |
download | gentoo-f2a2ccf58e9512828d12058c0f29f8065968576c.tar.gz gentoo-f2a2ccf58e9512828d12058c0f29f8065968576c.tar.bz2 gentoo-f2a2ccf58e9512828d12058c0f29f8065968576c.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ml/logs')
-rw-r--r-- | dev-ml/logs/logs-0.6.3.ebuild | 5 | ||||
-rw-r--r-- | 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 7e256da93be1..978b7cf88e07 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 6636b9bb1bba..8435164a7c28 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) \ |