diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-01-29 08:32:39 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-01-29 08:32:39 +0100 |
commit | b54caa93cd4b26f828a4640345832210c3c641e8 (patch) | |
tree | 1cbf3687bf61971fa1059ba0e2823ed18f1a6b0a /dev-ml/oasis | |
parent | dev-ml/ocamlify: dep on ocaml-4.05 (diff) | |
download | gentoo-b54caa93cd4b26f828a4640345832210c3c641e8.tar.gz gentoo-b54caa93cd4b26f828a4640345832210c3c641e8.tar.bz2 gentoo-b54caa93cd4b26f828a4640345832210c3c641e8.zip |
dev-ml/oasis: does not depend on ocaml-data-notation
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/oasis')
-rw-r--r-- | dev-ml/oasis/oasis-0.4.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/oasis/oasis-0.4.10.ebuild b/dev-ml/oasis/oasis-0.4.10.ebuild index 86cf986a25a6..9319826b935e 100644 --- a/dev-ml/oasis/oasis-0.4.10.ebuild +++ b/dev-ml/oasis/oasis-0.4.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:= +RDEPEND=" dev-ml/ocamlbuild:=[ocamlopt] dev-ml/camlp4:= " |