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 C48B415806E for ; Sat, 27 May 2023 07:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3DCAE0877; Sat, 27 May 2023 07:49:35 +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 82F0BE0877 for ; Sat, 27 May 2023 07:49:35 +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 92C19341071 for ; Sat, 27 May 2023 07:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D416A8B for ; Sat, 27 May 2023 07:49:31 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1685173760.9cebb80848d9b7f2b3cb78f6f2d97fe15bd40d67.juippis@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.11.0-r1.ebuild X-VCS-Directories: dev-libs/spdlog/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9cebb80848d9b7f2b3cb78f6f2d97fe15bd40d67 X-VCS-Branch: master Date: Sat, 27 May 2023 07:49:31 +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: c4e49de0-99ab-4694-a3f7-377a73122f9b X-Archives-Hash: 3a6d1deb53ef06d9f2d642ebf86d683d commit: 9cebb80848d9b7f2b3cb78f6f2d97fe15bd40d67 Author: David Roman gmail com> AuthorDate: Mon May 22 14:02:53 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat May 27 07:49:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cebb808 dev-libs/spdlog: fix libfmt compatibility issue Closes: https://bugs.gentoo.org/906069 Closes: https://bugs.gentoo.org/906083 Signed-off-by: David Roman gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31127 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/spdlog/spdlog-1.11.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/spdlog/spdlog-1.11.0-r1.ebuild b/dev-libs/spdlog/spdlog-1.11.0-r1.ebuild index 311db3477688..7d751c92f18e 100644 --- a/dev-libs/spdlog/spdlog-1.11.0-r1.ebuild +++ b/dev-libs/spdlog/spdlog-1.11.0-r1.ebuild @@ -25,7 +25,7 @@ BDEPEND=" virtual/pkgconfig " DEPEND=" - >=dev-libs/libfmt-8.0.0:= + dev-libs/libfmt:0/9.1.0 " RDEPEND="${DEPEND}"