commit:     734f7d72af7ccd2f2197d23862f49245b5f28e04
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 08:59:01 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 09:06:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734f7d72

dev-util/bear: restrict <libfmt-11 in 3.1.4

Bear 3.1.4 fails to build with libfmt 11 [1]. The issue was fixed in
[2], which is part of 3.1.5 release.

[1] https://github.com/rizsotto/Bear/issues/592
[2] 
https://github.com/rizsotto/Bear/commit/8afeafe61299c87449023d63336389f159b55808

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-util/bear/{bear-3.1.4-r1.ebuild => bear-3.1.4-r2.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/bear/bear-3.1.4-r1.ebuild 
b/dev-util/bear/bear-3.1.4-r2.ebuild
similarity index 97%
rename from dev-util/bear/bear-3.1.4-r1.ebuild
rename to dev-util/bear/bear-3.1.4-r2.ebuild
index ed91401baefe..10a1423f03cb 100644
--- a/dev-util/bear/bear-3.1.4-r1.ebuild
+++ b/dev-util/bear/bear-3.1.4-r2.ebuild
@@ -18,8 +18,10 @@ KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="cuda test"
 RESTRICT="!test? ( test )"
 
+# <libfmt-11 https://github.com/rizsotto/Bear/issues/592
 RDEPEND="
        >=dev-libs/libfmt-9.1.0:=
+       <dev-libs/libfmt-11
        dev-libs/protobuf:=
        >=dev-libs/spdlog-1.11.0:=
        >=net-libs/grpc-1.49.2:=

Reply via email to