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 AADF715800A for ; Sat, 15 Jul 2023 06:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3EDAE08EB; Sat, 15 Jul 2023 06:56:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5B53E08EB for ; Sat, 15 Jul 2023 06:56:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5F563406BF for ; Sat, 15 Jul 2023 06:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71931ACC for ; Sat, 15 Jul 2023 06:56:41 +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: <1689404188.574a7e992cf4bb632f6935dfbba3ecf57f752cbe.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-r1.ebuild dev-libs/spdlog/spdlog-9999.ebuild X-VCS-Directories: dev-libs/spdlog/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 574a7e992cf4bb632f6935dfbba3ecf57f752cbe X-VCS-Branch: master Date: Sat, 15 Jul 2023 06:56:41 +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: bdcbb5ba-1e3a-42ee-b5e8-acd16b04d751 X-Archives-Hash: b1d9d65c0311fde5f072f8e573ad20fa commit: 574a7e992cf4bb632f6935dfbba3ecf57f752cbe Author: Sam James gentoo org> AuthorDate: Sat Jul 15 06:56:10 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 15 06:56:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574a7e99 dev-libs/spdlog: add missing catch test dep Closes: https://bugs.gentoo.org/910385 Signed-off-by: Sam James gentoo.org> dev-libs/spdlog/spdlog-1.12.0-r1.ebuild | 3 +-- dev-libs/spdlog/spdlog-9999.ebuild | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/spdlog/spdlog-1.12.0-r1.ebuild b/dev-libs/spdlog/spdlog-1.12.0-r1.ebuild index 7def6662514e..61514028101a 100644 --- a/dev-libs/spdlog/spdlog-1.12.0-r1.ebuild +++ b/dev-libs/spdlog/spdlog-1.12.0-r1.ebuild @@ -23,12 +23,11 @@ RESTRICT="!test? ( test )" BDEPEND=" virtual/pkgconfig + test? ( dev-cpp/catch:0 ) " - DEPEND=" dev-libs/libfmt " - RDEPEND="${DEPEND}" PATCHES=( diff --git a/dev-libs/spdlog/spdlog-9999.ebuild b/dev-libs/spdlog/spdlog-9999.ebuild index 08b8f59d8200..55c4ac137dc1 100644 --- a/dev-libs/spdlog/spdlog-9999.ebuild +++ b/dev-libs/spdlog/spdlog-9999.ebuild @@ -23,6 +23,7 @@ RESTRICT="!test? ( test )" BDEPEND=" virtual/pkgconfig + test? ( dev-cpp/catch:0 ) " DEPEND=" >=dev-libs/libfmt-8.0.0:=