diff options
author | Sam James <sam@gentoo.org> | 2022-06-21 02:46:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-21 02:46:23 +0100 |
commit | 2536b2cd6a1646b9ea8a0770ad6c72e20d95075f (patch) | |
tree | edf28d8c2270fad45dfec44e1c99e4b6ce7102d7 /dev-ml/ocaml-fileutils | |
parent | dev-ml/gen: fix OCaml dep (diff) | |
download | gentoo-2536b2cd6a1646b9ea8a0770ad6c72e20d95075f.tar.gz gentoo-2536b2cd6a1646b9ea8a0770ad6c72e20d95075f.tar.bz2 gentoo-2536b2cd6a1646b9ea8a0770ad6c72e20d95075f.zip |
dev-ml/ocaml-fileutils: fix OCaml dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-fileutils')
-rw-r--r-- | dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2-r1.ebuild (renamed from dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild) | 7 | ||||
-rw-r--r-- | dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild (renamed from dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild) | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2-r1.ebuild index 72c2b68e4139..9cf634b3f69e 100644 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,8 +16,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+ocamlopt" -DEPEND=">=dev-ml/ounit2-2.0.0 - >=dev-ml/stdlib-shims-0.2.0" +DEPEND=">=dev-ml/ounit2-2.0.0:= + >=dev-ml/stdlib-shims-0.2.0:=" +RDEPEND="${DEPEND}" DOCS=( "README.md" "CHANGES.md" "LICENSE.txt" ) diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild index 72c2b68e4139..bb4eea0dfd37 100644 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,7 @@ IUSE="+ocamlopt" DEPEND=">=dev-ml/ounit2-2.0.0 >=dev-ml/stdlib-shims-0.2.0" +RDEPEND="${DEPEND}" DOCS=( "README.md" "CHANGES.md" "LICENSE.txt" ) |