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 D7B9115800A for ; Sat, 15 Jul 2023 07:10:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16042E088C; Sat, 15 Jul 2023 07:10:10 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7890BE088C for ; Sat, 15 Jul 2023 07:10:09 +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 7EF52335DE9 for ; Sat, 15 Jul 2023 07:10:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A317D69 for ; Sat, 15 Jul 2023 07:10:06 +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: <1689404997.38fc674a0dbf1cac9f5eeaccbe51a97a94bbb2c6.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-1.12.0-r2.ebuild X-VCS-Directories: dev-libs/spdlog/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 38fc674a0dbf1cac9f5eeaccbe51a97a94bbb2c6 X-VCS-Branch: master Date: Sat, 15 Jul 2023 07:10:06 +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: d2afe5dc-c500-4afb-88ec-347331c58dfd X-Archives-Hash: ab105289454c36db33b5b8386e1fe93c commit: 38fc674a0dbf1cac9f5eeaccbe51a97a94bbb2c6 Author: Sam James gentoo org> AuthorDate: Sat Jul 15 07:09:57 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 15 07:09:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fc674a dev-libs/spdlog: fix RDEPEND on libfmt We link against it. Signed-off-by: Sam James gentoo.org> dev-libs/spdlog/{spdlog-1.12.0-r1.ebuild => spdlog-1.12.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/spdlog/spdlog-1.12.0-r1.ebuild b/dev-libs/spdlog/spdlog-1.12.0-r2.ebuild similarity index 97% rename from dev-libs/spdlog/spdlog-1.12.0-r1.ebuild rename to dev-libs/spdlog/spdlog-1.12.0-r2.ebuild index 61514028101a..55c4ac137dc1 100644 --- a/dev-libs/spdlog/spdlog-1.12.0-r1.ebuild +++ b/dev-libs/spdlog/spdlog-1.12.0-r2.ebuild @@ -26,7 +26,7 @@ BDEPEND=" test? ( dev-cpp/catch:0 ) " DEPEND=" - dev-libs/libfmt + >=dev-libs/libfmt-8.0.0:= " RDEPEND="${DEPEND}"