From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 65D09158089 for ; Sat, 14 Oct 2023 10:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8326B2BC01B; Sat, 14 Oct 2023 10:30:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 695DC2BC01B for ; Sat, 14 Oct 2023 10:30:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A78BF335CD6 for ; Sat, 14 Oct 2023 10:30:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 036C211C6 for ; Sat, 14 Oct 2023 10:30:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1697279161.44b332b57cb09bc740819a5de893d3335536e432.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/spdlog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/spdlog/spdlog-1.12.0-r2.ebuild X-VCS-Directories: dev-libs/spdlog/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 44b332b57cb09bc740819a5de893d3335536e432 X-VCS-Branch: master Date: Sat, 14 Oct 2023 10:30:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c33d781b-b52a-453b-969c-b72d30bd395c X-Archives-Hash: 96d862dc3d39ca8158ecdb1abb6ea866 commit: 44b332b57cb09bc740819a5de893d3335536e432 Author: David Roman gmail com> AuthorDate: Fri Oct 13 18:12:17 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 14 10:26:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b332b5 dev-libs/spdlog: fix tests Closes: https://bugs.gentoo.org/911935 Signed-off-by: David Roman gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33320 Signed-off-by: Sam James gentoo.org> dev-libs/spdlog/spdlog-1.12.0-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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:=