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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4C991580B9 for ; Sat, 28 Aug 2021 02:02:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D0C7E08BB; Sat, 28 Aug 2021 02:02:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16061E08BB for ; Sat, 28 Aug 2021 02:02:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0A1333BEE4 for ; Sat, 28 Aug 2021 02:02:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82F474A for ; Sat, 28 Aug 2021 02:02:44 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1630116111.64d406bdf187055a5169ba67a4d03d87bc3ec251.ionen@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.9.2.ebuild X-VCS-Directories: dev-libs/spdlog/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 64d406bdf187055a5169ba67a4d03d87bc3ec251 X-VCS-Branch: master Date: Sat, 28 Aug 2021 02:02:44 +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: 6bedf400-161e-49e5-9765-8802fd130b31 X-Archives-Hash: 5c52bb9d23001720758921c1ccd85c47 commit: 64d406bdf187055a5169ba67a4d03d87bc3ec251 Author: David Roman gmail com> AuthorDate: Sat Aug 28 00:16:53 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Aug 28 02:01:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d406bd dev-libs/spdlog: fix dependency version Closes: https://bugs.gentoo.org/810496 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: David Roman gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22136 Signed-off-by: Ionen Wolkens gentoo.org> dev-libs/spdlog/spdlog-1.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/spdlog/spdlog-1.9.2.ebuild b/dev-libs/spdlog/spdlog-1.9.2.ebuild index deb8aada3af..b763f5c7e39 100644 --- a/dev-libs/spdlog/spdlog-1.9.2.ebuild +++ b/dev-libs/spdlog/spdlog-1.9.2.ebuild @@ -25,7 +25,7 @@ BDEPEND=" virtual/pkgconfig " DEPEND=" - >=dev-libs/libfmt-6.1.2:= + >=dev-libs/libfmt-8.0.0:= " RDEPEND="${DEPEND}"