Restrict libfmt dependency to compile j4-dmenu-desktop
This commit is contained in:
parent
9b650e0fdb
commit
13a09f1936
@ -19,8 +19,11 @@ IUSE="+dmenu test"
|
|||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
BDEPEND="test? ( dev-cpp/catch:0 )"
|
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="
|
DEPEND="
|
||||||
dev-libs/libfmt:=
|
<=dev-libs/libfmt-11:=
|
||||||
dev-libs/spdlog:=
|
dev-libs/spdlog:=
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
|
Loading…
Reference in New Issue
Block a user