summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2023-10-13 20:12:17 +0200
committerSam James <sam@gentoo.org>2023-10-14 11:26:01 +0100
commit44b332b57cb09bc740819a5de893d3335536e432 (patch)
treecdc3e9360c9bc6e1a2cd27e6e28f31766da75e46 /dev-libs
parentmedia-video/ffmpeg: fix ExcessiveLineLength (diff)
downloadgentoo-44b332b57cb09bc740819a5de893d3335536e432.tar.gz
gentoo-44b332b57cb09bc740819a5de893d3335536e432.tar.bz2
gentoo-44b332b57cb09bc740819a5de893d3335536e432.zip
dev-libs/spdlog: fix tests
Closes: https://bugs.gentoo.org/911935 Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33320 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/spdlog/spdlog-1.12.0-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/spdlog/spdlog-1.12.0-r2.ebuild b/dev-libs/spdlog/spdlog-1.12.0-r2.ebuild
index 86c85fff7203..5a4c390a4e0d 100644
--- a/dev-libs/spdlog/spdlog-1.12.0-r2.ebuild
+++ b/dev-libs/spdlog/spdlog-1.12.0-r2.ebuild
@@ -23,7 +23,9 @@ RESTRICT="!test? ( test )"
BDEPEND="
virtual/pkgconfig
- test? ( dev-cpp/catch:0 )
+ test? (
+ >=dev-cpp/catch-3.4.0
+ )
"
DEPEND="
>=dev-libs/libfmt-8.0.0:=