commit:     a822a77065be3bd7b64912698ee95cc1483a7d2c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 25 17:44:31 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Aug 25 17:45:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a822a770

dev-ml/opam-file-format: fix RDEPEND

Closes: https://bugs.gentoo.org/961976
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 ...opam-file-format-2.2.0.ebuild => opam-file-format-2.2.0-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ml/opam-file-format/opam-file-format-2.2.0.ebuild 
b/dev-ml/opam-file-format/opam-file-format-2.2.0-r1.ebuild
similarity index 85%
rename from dev-ml/opam-file-format/opam-file-format-2.2.0.ebuild
rename to dev-ml/opam-file-format/opam-file-format-2.2.0-r1.ebuild
index 0bd820516d17..4acae84a5b35 100644
--- a/dev-ml/opam-file-format/opam-file-format-2.2.0.ebuild
+++ b/dev-ml/opam-file-format/opam-file-format-2.2.0-r1.ebuild
@@ -19,4 +19,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 
-DEPEND="test? ( dev-ml/alcotest )"
+RDEPEND="dev-ml/menhir:=[ocamlopt?]"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-ml/alcotest )"

Reply via email to