commit:     774a9dc2bd412b5986f4ab05af928575cb58457e
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Fri May  9 15:36:42 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri May  9 15:37:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=774a9dc2

app-editors/imhex: Limit version of libfmt

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 app-editors/imhex/{imhex-1.37.4-r2.ebuild => imhex-1.37.4-r3.ebuild} | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-editors/imhex/imhex-1.37.4-r2.ebuild 
b/app-editors/imhex/imhex-1.37.4-r3.ebuild
similarity index 96%
rename from app-editors/imhex/imhex-1.37.4-r2.ebuild
rename to app-editors/imhex/imhex-1.37.4-r3.ebuild
index 1898e7108..b878523c6 100644
--- a/app-editors/imhex/imhex-1.37.4-r2.ebuild
+++ b/app-editors/imhex/imhex-1.37.4-r3.ebuild
@@ -35,6 +35,9 @@ PATCHES=(
 
 DOCS+=( LICENSE PLUGINS.md )
 
+# libfmt can not be >= 11.2.0
+# See https://github.com/WerWolv/ImHex/issues/2225
+
 DEPEND="
        app-arch/bzip2
        app-arch/xz-utils
@@ -45,6 +48,7 @@ DEPEND="
        >=dev-libs/capstone-5.0.3:=
        >=dev-libs/nativefiledialog-extended-1.2.1[desktop-portal?]
        >=dev-libs/libfmt-11.0.2:=
+       <dev-libs/libfmt-11.2.0:=
        media-libs/fontconfig
        media-libs/freetype
        >=media-libs/glfw-3.4[X]

Reply via email to