commit:     9cebb80848d9b7f2b3cb78f6f2d97fe15bd40d67
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon May 22 14:02:53 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 27 07:49:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cebb808

dev-libs/spdlog: fix libfmt compatibility issue

Closes: https://bugs.gentoo.org/906069
Closes: https://bugs.gentoo.org/906083
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31127
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/spdlog/spdlog-1.11.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/spdlog/spdlog-1.11.0-r1.ebuild 
b/dev-libs/spdlog/spdlog-1.11.0-r1.ebuild
index 311db3477688..7d751c92f18e 100644
--- a/dev-libs/spdlog/spdlog-1.11.0-r1.ebuild
+++ b/dev-libs/spdlog/spdlog-1.11.0-r1.ebuild
@@ -25,7 +25,7 @@ BDEPEND="
        virtual/pkgconfig
 "
 DEPEND="
-       >=dev-libs/libfmt-8.0.0:=
+       dev-libs/libfmt:0/9.1.0
 "
 RDEPEND="${DEPEND}"
 

Reply via email to