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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6ADE15817D for ; Thu, 13 Jun 2024 01:56:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B6FCE2A2E; Thu, 13 Jun 2024 01:56:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DEDBE2A2E for ; Thu, 13 Jun 2024 01:56:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19B59335DEB for ; Thu, 13 Jun 2024 01:56:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C96C1CA1 for ; Thu, 13 Jun 2024 01:56:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1718243699.1404a03d55630c51f06dd0c9b9aa4975c05894b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/protobuf/protobuf-22.5-r1.ebuild dev-libs/protobuf/protobuf-22.5.ebuild dev-libs/protobuf/protobuf-23.3-r2.ebuild dev-libs/protobuf/protobuf-23.3-r3.ebuild dev-libs/protobuf/protobuf-26.1-r1.ebuild dev-libs/protobuf/protobuf-26.1.ebuild X-VCS-Directories: dev-libs/protobuf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1404a03d55630c51f06dd0c9b9aa4975c05894b5 X-VCS-Branch: master Date: Thu, 13 Jun 2024 01:56:18 +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: 4ef8def7-5d01-49a7-beb9-0970ad0af00f X-Archives-Hash: 871aa63db0d3883a85f4e175637fafc4 commit: 1404a03d55630c51f06dd0c9b9aa4975c05894b5 Author: Sam James gentoo org> AuthorDate: Thu Jun 13 01:54:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 13 01:54:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1404a03d dev-libs/protobuf: loosen abseil-cpp dependency abseil-cpp now unconditionally installs its test helper libraries. Bug: https://bugs.gentoo.org/915902 Bug: https://bugs.gentoo.org/934062 Signed-off-by: Sam James gentoo.org> dev-libs/protobuf/{protobuf-22.5.ebuild => protobuf-22.5-r1.ebuild} | 4 ++-- .../protobuf/{protobuf-23.3-r2.ebuild => protobuf-23.3-r3.ebuild} | 4 ++-- dev-libs/protobuf/{protobuf-26.1.ebuild => protobuf-26.1-r1.ebuild} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/protobuf/protobuf-22.5.ebuild b/dev-libs/protobuf/protobuf-22.5-r1.ebuild similarity index 96% rename from dev-libs/protobuf/protobuf-22.5.ebuild rename to dev-libs/protobuf/protobuf-22.5-r1.ebuild index 1a6f7fca2589..047dddcdea67 100644 --- a/dev-libs/protobuf/protobuf-22.5.ebuild +++ b/dev-libs/protobuf/protobuf-22.5-r1.ebuild @@ -25,8 +25,8 @@ RESTRICT="!test? ( test )" BDEPEND="emacs? ( app-editors/emacs:* )" DEPEND=" - =dev-cpp/abseil-cpp-20230125:=[${MULTILIB_USEDEP},test?] + =dev-cpp/abseil-cpp-20230125:=[${MULTILIB_USEDEP}] 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-r3.ebuild similarity index 95% rename from dev-libs/protobuf/protobuf-23.3-r2.ebuild rename to dev-libs/protobuf/protobuf-23.3-r3.ebuild index 88af8ad53ef9..e629850b71ed 100644 --- a/dev-libs/protobuf/protobuf-23.3-r2.ebuild +++ b/dev-libs/protobuf/protobuf-23.3-r3.ebuild @@ -25,8 +25,8 @@ RESTRICT="!test? ( test )" BDEPEND="emacs? ( app-editors/emacs:* )" DEPEND=" - =dev-cpp/abseil-cpp-20230125.3:=[${MULTILIB_USEDEP},test?] + =dev-cpp/abseil-cpp-20230125.3:=[${MULTILIB_USEDEP}] zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] ) test? ( >=dev-cpp/gtest-1.9[${MULTILIB_USEDEP}] ) " diff --git a/dev-libs/protobuf/protobuf-26.1.ebuild b/dev-libs/protobuf/protobuf-26.1-r1.ebuild similarity index 97% rename from dev-libs/protobuf/protobuf-26.1.ebuild rename to dev-libs/protobuf/protobuf-26.1-r1.ebuild index 8b99e882da51..b98e219098fd 100644 --- a/dev-libs/protobuf/protobuf-26.1.ebuild +++ b/dev-libs/protobuf/protobuf-26.1-r1.ebuild @@ -25,7 +25,7 @@ RESTRICT="!test? ( test )" BDEPEND="emacs? ( app-editors/emacs:* )" DEPEND=" - >=dev-cpp/abseil-cpp-20230125.3:=[${MULTILIB_USEDEP},test?] + >=dev-cpp/abseil-cpp-20230125.3:=[${MULTILIB_USEDEP}] zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] ) test? ( >=dev-cpp/gtest-1.9[${MULTILIB_USEDEP}] ) "