summaryrefslogtreecommitdiff
path: root/dev-cpp
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-11-15 10:47:47 +0100
committerPetr Vaněk <arkamar@gentoo.org>2024-11-15 10:50:28 +0100
commit89d6254aa722fe7a258f0bd4408abe5eb78ffae0 (patch)
treed1e3406dff035d6898be90deb6def2d04bce4698 /dev-cpp
parent972e83305392f58d45cfabab55bdbaf9f93c6315 (diff)
downloadgentoo-89d6254aa722fe7a258f0bd4408abe5eb78ffae0.tar.gz
gentoo-89d6254aa722fe7a258f0bd4408abe5eb78ffae0.tar.bz2
gentoo-89d6254aa722fe7a258f0bd4408abe5eb78ffae0.zip
dev-cpp/folly: restrict <libfmt-11 in 2023.06.19.00
The dev-ccp/folly-2023.06.19.00 does fails to build with libfmt-11. The issue was already addressed in new version in commit [1]. [1] https://github.com/facebook/folly/commit/21e8dcd464ee46b2144a1e4d4c0e452355ae15f0 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/folly/folly-2023.06.19.00-r1.ebuild (renamed from dev-cpp/folly/folly-2023.06.19.00.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/folly/folly-2023.06.19.00.ebuild b/dev-cpp/folly/folly-2023.06.19.00-r1.ebuild
index ad39d6076e39..4f87b7aa969f 100644
--- a/dev-cpp/folly/folly-2023.06.19.00.ebuild
+++ b/dev-cpp/folly/folly-2023.06.19.00-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,7 +32,7 @@ RDEPEND="
dev-libs/double-conversion:=
dev-libs/libaio
dev-libs/libevent:=
- dev-libs/libfmt:=
+ <dev-libs/libfmt-11:=
dev-libs/libsodium:=
dev-libs/openssl:=
>=sys-libs/liburing-2.3:=