diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-08-22 07:38:53 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-22 11:22:33 +0100 |
commit | 79bf402140741157a301a70ef9f89fecdbd646e7 (patch) | |
tree | 69d42b2c553c66e6f1d3b4d3434cc09b91145cd4 /dev-libs/protobuf | |
parent | app-emacs/tuareg-mode: Stabilize 3.0.1 ALLARCHES, #912818 (diff) | |
download | gentoo-79bf402140741157a301a70ef9f89fecdbd646e7.tar.gz gentoo-79bf402140741157a301a70ef9f89fecdbd646e7.tar.bz2 gentoo-79bf402140741157a301a70ef9f89fecdbd646e7.zip |
dev-libs/protobuf: add minimum abseil-cpp version requirement
Closes: https://bugs.gentoo.org/912796
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32405
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/protobuf-23.3-r2.ebuild (renamed from dev-libs/protobuf/protobuf-23.3-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/protobuf/protobuf-23.3-r1.ebuild b/dev-libs/protobuf/protobuf-23.3-r2.ebuild index 409cace39f18..0007fbe3cbca 100644 --- a/dev-libs/protobuf/protobuf-23.3-r1.ebuild +++ b/dev-libs/protobuf/protobuf-23.3-r2.ebuild @@ -25,12 +25,12 @@ RESTRICT="!test? ( test )" BDEPEND="emacs? ( app-editors/emacs:* )" DEPEND=" - dev-cpp/abseil-cpp:=[${MULTILIB_USEDEP}] + >=dev-cpp/abseil-cpp-20230125.3:=[${MULTILIB_USEDEP}] zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] ) test? ( >=dev-cpp/gtest-1.9[${MULTILIB_USEDEP}] ) " RDEPEND=" - dev-cpp/abseil-cpp:=[${MULTILIB_USEDEP}] + >=dev-cpp/abseil-cpp-20230125.3:=[${MULTILIB_USEDEP}] emacs? ( app-editors/emacs:* ) zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] ) " |