diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-09-20 12:09:16 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-09-20 12:09:16 +0200 |
commit | 0c35ffd613645b37ba7e289b182c48acca72e641 (patch) | |
tree | 5164af1117f8941c627b36403cc28227e89fc508 /dev-ml/ocamlbuild | |
parent | dev-cpp/benchmark: drop 1.5.3, 1.5.5 (diff) | |
download | gentoo-0c35ffd613645b37ba7e289b182c48acca72e641.tar.gz gentoo-0c35ffd613645b37ba7e289b182c48acca72e641.tar.bz2 gentoo-0c35ffd613645b37ba7e289b182c48acca72e641.zip |
dev-ml/ocamlbuild: OutdatedBlocker
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlbuild')
-rw-r--r-- | dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild | 7 | ||||
-rw-r--r-- | dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild index 13bf43e48525..5d11a50d5da0 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild @@ -14,11 +14,8 @@ IUSE="+ocamlopt test" RESTRICT="!test? ( test )" # does not compile with ocaml-4.09 (bug # 708696 and #708872) -DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]" -RDEPEND="${DEPEND} - !<dev-ml/findlib-1.6.1-r1 -" -DEPEND="${DEPEND} +RDEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]" +DEPEND="${RDEPEND} test? ( dev-ml/findlib )" src_prepare() { diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild index 47ec79c0341e..f6b0bede9b18 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild @@ -13,11 +13,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x IUSE="+ocamlopt test" RESTRICT="!test? ( test )" -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]" -RDEPEND="${DEPEND} - !<dev-ml/findlib-1.6.1-r1 -" -DEPEND="${DEPEND} +RDEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]" +DEPEND="${RDEPEND} test? ( dev-ml/findlib )" PATCHES=( |