commit:     1618fd1d9c30a35e76cd2ccec263ec13d933b4ee
Author:     Aliaksei Urbanski <aliaksei.urbanski <AT> gmail <DOT> com>
AuthorDate: Mon May 27 17:26:34 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May 27 19:08:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618fd1d

dev-libs/protobuf: fix missing absl::scoped_mock_log

Closes: https://bugs.gentoo.org/915902
Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36850
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/protobuf/protobuf-22.5.ebuild    | 4 ++--
 dev-libs/protobuf/protobuf-23.3-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/protobuf/protobuf-22.5.ebuild 
b/dev-libs/protobuf/protobuf-22.5.ebuild
index f6f6f23de0a4..ff582edbc198 100644
--- a/dev-libs/protobuf/protobuf-22.5.ebuild
+++ b/dev-libs/protobuf/protobuf-22.5.ebuild
@@ -25,8 +25,8 @@ RESTRICT="!test? ( test )"
 
 BDEPEND="emacs? ( app-editors/emacs:* )"
 DEPEND="
-       <dev-cpp/abseil-cpp-20240116.2:=[${MULTILIB_USEDEP}]
-       >=dev-cpp/abseil-cpp-20230125:=[${MULTILIB_USEDEP}]
+       <dev-cpp/abseil-cpp-20240116.2:=[${MULTILIB_USEDEP},test?]
+       >=dev-cpp/abseil-cpp-20230125:=[${MULTILIB_USEDEP},test?]
        zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
        test? ( >=dev-cpp/gtest-1.9[${MULTILIB_USEDEP}] )
 "

diff --git a/dev-libs/protobuf/protobuf-23.3-r2.ebuild 
b/dev-libs/protobuf/protobuf-23.3-r2.ebuild
index e629850b71ed..88af8ad53ef9 100644
--- a/dev-libs/protobuf/protobuf-23.3-r2.ebuild
+++ b/dev-libs/protobuf/protobuf-23.3-r2.ebuild
@@ -25,8 +25,8 @@ RESTRICT="!test? ( test )"
 
 BDEPEND="emacs? ( app-editors/emacs:* )"
 DEPEND="
-       <dev-cpp/abseil-cpp-20240116.2:=[${MULTILIB_USEDEP}]
-       >=dev-cpp/abseil-cpp-20230125.3:=[${MULTILIB_USEDEP}]
+       <dev-cpp/abseil-cpp-20240116.2:=[${MULTILIB_USEDEP},test?]
+       >=dev-cpp/abseil-cpp-20230125.3:=[${MULTILIB_USEDEP},test?]
        zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
        test? ( >=dev-cpp/gtest-1.9[${MULTILIB_USEDEP}] )
 "

Reply via email to