From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1329825-garchives=archives.gentoo.org@lists.gentoo.org>
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 3502C158086
	for <garchives@archives.gentoo.org>; Tue, 12 Oct 2021 16:14:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 149BAE0788;
	Tue, 12 Oct 2021 16:14:00 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E12A1E0788
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Oct 2021 16:13:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8883F34323B
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Oct 2021 16:13:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 054B48E
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Oct 2021 16:13:57 +0000 (UTC)
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
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" <gyakovlev@gentoo.org>
Message-ID: <1634055147.337bfe306203ea8a984452d8a3e08a4044bf74a0.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.16-r1.ebuild dev-util/bear/bear-3.0.16.ebuild
X-VCS-Directories: dev-util/bear/
X-VCS-Committer: gyakovlev
X-VCS-Committer-Name: Georgy Yakovlev
X-VCS-Revision: 337bfe306203ea8a984452d8a3e08a4044bf74a0
X-VCS-Branch: master
Date: Tue, 12 Oct 2021 16:13:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c456ead3-c122-4879-a375-8ac352b9de34
X-Archives-Hash: 25c9edc7f428966e6e7b27f8a3aa15c5

commit:     337bfe306203ea8a984452d8a3e08a4044bf74a0
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 16:12:27 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 16:12:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337bfe30

dev-util/bear: revbump for hlohmann_json dep adjustment

Bug: https://bugs.gentoo.org/817233
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-util/bear/{bear-3.0.16.ebuild => bear-3.0.16-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bear/bear-3.0.16.ebuild b/dev-util/bear/bear-3.0.16-r1.ebuild
similarity index 98%
rename from dev-util/bear/bear-3.0.16.ebuild
rename to dev-util/bear/bear-3.0.16-r1.ebuild
index ce27dec8b19..dd769033b4b 100644
--- a/dev-util/bear/bear-3.0.16.ebuild
+++ b/dev-util/bear/bear-3.0.16-r1.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="
-	>=dev-cpp/nlohmann_json-3.7:=
+	<dev-cpp/nlohmann_json-3.10.3:=
 	>=dev-db/sqlite-3.14:=
 	>=dev-libs/libfmt-6.2:=
 	dev-libs/protobuf:=