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 DE0F71382C5 for ; Wed, 9 Jun 2021 06:04:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AEB3E079E; Wed, 9 Jun 2021 06:04:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EA818E079E for ; Wed, 9 Jun 2021 06:04:48 +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 C8CD8335D67 for ; Wed, 9 Jun 2021 06:04:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 354DF79B for ; Wed, 9 Jun 2021 06:04:46 +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: <1623218657.0905774c89590872577653e65ad7bf7392cd4dbc.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.11-r1.ebuild dev-util/bear/bear-3.0.12.ebuild X-VCS-Directories: dev-util/bear/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0905774c89590872577653e65ad7bf7392cd4dbc X-VCS-Branch: master Date: Wed, 9 Jun 2021 06:04:46 +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: 1291ced3-fc5e-46b9-bb42-06e72c2f7247 X-Archives-Hash: b90e8a5d75bd4877864e3876d5746b67 commit: 0905774c89590872577653e65ad7bf7392cd4dbc Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jun 9 06:04:17 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Jun 9 06:04:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0905774c dev-util/bear: add protobuf subslot dep don't specify version constraint, one is provided by grpc Closes: https://bugs.gentoo.org/794736 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/bear/bear-3.0.11-r1.ebuild | 1 + dev-util/bear/bear-3.0.12.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-util/bear/bear-3.0.11-r1.ebuild b/dev-util/bear/bear-3.0.11-r1.ebuild index 86011aec51e..9f97558920d 100644 --- a/dev-util/bear/bear-3.0.11-r1.ebuild +++ b/dev-util/bear/bear-3.0.11-r1.ebuild @@ -20,6 +20,7 @@ RDEPEND=" >=dev-cpp/nlohmann_json-3.7:= >=dev-db/sqlite-3.14:= >=dev-libs/libfmt-6.2 + dev-libs/protobuf:= >=dev-libs/spdlog-1.5 >=net-libs/grpc-1.26:= " diff --git a/dev-util/bear/bear-3.0.12.ebuild b/dev-util/bear/bear-3.0.12.ebuild index 86011aec51e..9f97558920d 100644 --- a/dev-util/bear/bear-3.0.12.ebuild +++ b/dev-util/bear/bear-3.0.12.ebuild @@ -20,6 +20,7 @@ RDEPEND=" >=dev-cpp/nlohmann_json-3.7:= >=dev-db/sqlite-3.14:= >=dev-libs/libfmt-6.2 + dev-libs/protobuf:= >=dev-libs/spdlog-1.5 >=net-libs/grpc-1.26:= "