From 13a09f1936ea657e46ae2c829504f666b0913141 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Sun, 2 Feb 2025 00:13:42 +0800 Subject: [PATCH] Restrict libfmt dependency to compile j4-dmenu-desktop --- x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-3.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-3.0-r1.ebuild b/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-3.0-r1.ebuild index e56bc1b..3577159 100644 --- a/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-3.0-r1.ebuild +++ b/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-3.0-r1.ebuild @@ -19,8 +19,11 @@ IUSE="+dmenu test" RESTRICT="!test? ( test )" BDEPEND="test? ( dev-cpp/catch:0 )" +# Restrict libfmt to <= 11 to compile. Maybe related to these issues: +# https://stackoverflow.com/questions/78935510/no-member-named-join-in-namespace-fmt +# https://bugs.gentoo.org/942306 DEPEND=" - dev-libs/libfmt:= + <=dev-libs/libfmt-11:= dev-libs/spdlog:= " RDEPEND="