commit:     2536b2cd6a1646b9ea8a0770ad6c72e20d95075f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 01:46:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 01:46:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2536b2cd

dev-ml/ocaml-fileutils: fix OCaml dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...caml-fileutils-0.6.3.ebuild => ocaml-fileutils-0.6.2-r1.ebuild} | 7 ++++---
 ...caml-fileutils-0.6.2.ebuild => ocaml-fileutils-0.6.3-r1.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
similarity index 84%
rename from dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild
rename to 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
similarity index 92%
rename from dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild
rename to 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" )
 

Reply via email to