Restrict libfmt dependency to compile j4-dmenu-desktop

This commit is contained in:
Sheldon Lee 2025-02-02 00:13:42 +08:00
parent 9b650e0fdb
commit 13a09f1936

View File

@ -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="