commit:     6b4f6ff5d3159510fcbac42d5b7fddf8dac1f8ff
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 19:30:24 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 16 09:52:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4f6ff5

app-emulation/guestfs-tools: broken with ocaml-5

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild 
b/app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild
index 718c2b33d14b..7a9f1839d599 100644
--- a/app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild
+++ b/app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -25,7 +25,6 @@ RESTRICT="!test? ( test )"
 
 # Failures - doc
 COMMON_DEPEND="
-       !<app-emulation/libguestfs-1.46.0-r1
        app-alternatives/cpio
        app-arch/lzma
        app-arch/unzip[natspec]
@@ -43,7 +42,7 @@ COMMON_DEPEND="
        sys-libs/ncurses:=
        sys-libs/libxcrypt:=
        virtual/libcrypt:=
-       ocaml? ( >=dev-lang/ocaml-4.03:=[ocamlopt] )
+       ocaml? ( <dev-lang/ocaml-5:=[ocamlopt] )
        perl? (
                virtual/perl-Data-Dumper
                virtual/perl-Getopt-Long
@@ -59,7 +58,7 @@ COMMON_DEPEND="
 # bug #729674
 DEPEND="
        ${COMMON_DEPEND}
-       >=dev-lang/ocaml-4.03:=[ocamlopt]
+       <dev-lang/ocaml-5:=[ocamlopt]
        dev-ml/findlib[ocamlopt]
        doc? ( app-text/po4a )
        ocaml? (

Reply via email to