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 AA30413933E for ; Sun, 4 Jul 2021 09:48:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF3E9E081A; Sun, 4 Jul 2021 09:48:22 +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 B7245E081A for ; Sun, 4 Jul 2021 09:48:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BC988342A54 for ; Sun, 4 Jul 2021 09:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50AF47BA for ; Sun, 4 Jul 2021 09:48:20 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1625392094.ba12e842aa9082cd018376d41386df24d42a38fe.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bear/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bear/bear-3.0.13-r1.ebuild dev-util/bear/bear-3.0.13.ebuild X-VCS-Directories: dev-util/bear/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: ba12e842aa9082cd018376d41386df24d42a38fe X-VCS-Branch: master Date: Sun, 4 Jul 2021 09:48:20 +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: 3513a604-dbb6-4d62-97f3-0b34c7a0b105 X-Archives-Hash: 08e20ed3931e76ef5dcb7d44a6692751 commit: ba12e842aa9082cd018376d41386df24d42a38fe Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jul 4 09:47:26 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jul 4 09:48:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba12e842 Revert "dev-util/bear: use older fmt" https://bugs.gentoo.org/800236 This reverts commit 6416826991f08ac0f54fc8b1ff4b140bedd29684. Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/bear/{bear-3.0.13-r1.ebuild => bear-3.0.13.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bear/bear-3.0.13-r1.ebuild b/dev-util/bear/bear-3.0.13.ebuild similarity index 98% rename from dev-util/bear/bear-3.0.13-r1.ebuild rename to dev-util/bear/bear-3.0.13.ebuild index 2681fb25ea7..97791cb96b0 100644 --- a/dev-util/bear/bear-3.0.13-r1.ebuild +++ b/dev-util/bear/bear-3.0.13.ebuild @@ -19,7 +19,7 @@ IUSE="test" RDEPEND=" >=dev-cpp/nlohmann_json-3.7:= >=dev-db/sqlite-3.14:= - dev-libs/libfmt:0/7 + >=dev-libs/libfmt-6.2:= dev-libs/protobuf:= >=dev-libs/spdlog-1.5 >=net-libs/grpc-1.26:=