From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1642003-garchives=archives.gentoo.org@lists.gentoo.org> 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 0834015817D for <garchives@archives.gentoo.org>; 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 33113E2A2F; Thu, 13 Jun 2024 01:56:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0F070E2A2D for <gentoo-commits@lists.gentoo.org>; 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 2518733B864 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Jun 2024 01:56:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37C6F1C7B for <gentoo-commits@lists.gentoo.org>; Thu, 13 Jun 2024 01:56:18 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1718243601.53bb853b51f0ccdacba1714a9405e23fbdd96ce2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/abseil-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/abseil-cpp/abseil-cpp-20230125.3-r1.ebuild dev-cpp/abseil-cpp/abseil-cpp-20230125.3-r2.ebuild dev-cpp/abseil-cpp/abseil-cpp-20230802.0-r1.ebuild dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild dev-cpp/abseil-cpp/abseil-cpp-20240116.2-r1.ebuild dev-cpp/abseil-cpp/abseil-cpp-20240116.2.ebuild X-VCS-Directories: dev-cpp/abseil-cpp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 53bb853b51f0ccdacba1714a9405e23fbdd96ce2 X-VCS-Branch: master Date: Thu, 13 Jun 2024 01:56:18 +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: 480ca9cf-78d3-46df-961e-2c1bf1103674 X-Archives-Hash: bd9360c54cec6dd133e934c024f92b64 commit: 53bb853b51f0ccdacba1714a9405e23fbdd96ce2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 13 01:53:21 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 13 01:53:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53bb853b dev-cpp/abseil-cpp: unconditionally install test helper libraries dev-libs/protobuf needs it at least and depending on USE=test for it is considered odd. Bug: https://bugs.gentoo.org/915902 Bug: https://bugs.gentoo.org/934062 Signed-off-by: Sam James <sam <AT> gentoo.org> ...seil-cpp-20230125.3-r1.ebuild => abseil-cpp-20230125.3-r2.ebuild} | 5 +++-- ...{abseil-cpp-20230802.0.ebuild => abseil-cpp-20230802.0-r1.ebuild} | 5 +++-- ...{abseil-cpp-20240116.2.ebuild => abseil-cpp-20240116.2-r1.ebuild} | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20230125.3-r1.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20230125.3-r2.ebuild similarity index 92% rename from dev-cpp/abseil-cpp/abseil-cpp-20230125.3-r1.ebuild rename to dev-cpp/abseil-cpp/abseil-cpp-20230125.3-r2.ebuild index 3ab7ae818f50..a1f813ccd43b 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20230125.3-r1.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20230125.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -57,7 +57,8 @@ multilib_src_configure() { -DABSL_ENABLE_INSTALL=TRUE -DABSL_USE_EXTERNAL_GOOGLETEST=ON -DABSL_PROPAGATE_CXX_STD=TRUE - -DABSL_BUILD_TEST_HELPERS=$(usex test ON OFF) + # TEST_HELPERS needed for protobuf (bug #915902) + -DABSL_BUILD_TEST_HELPERS=ON -DABSL_BUILD_TESTING=$(usex test ON OFF) $(usex test -DBUILD_TESTING=ON '') # intentional usex, it used both variables for tests. ) diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20230802.0-r1.ebuild similarity index 92% rename from dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild rename to dev-cpp/abseil-cpp/abseil-cpp-20230802.0-r1.ebuild index 8efabfde0a90..812cf4bb324a 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20230802.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -54,7 +54,8 @@ multilib_src_configure() { -DABSL_ENABLE_INSTALL=TRUE -DABSL_USE_EXTERNAL_GOOGLETEST=ON -DABSL_PROPAGATE_CXX_STD=TRUE - -DABSL_BUILD_TEST_HELPERS=$(usex test ON OFF) + # TEST_HELPERS needed for protobuf (bug #915902) + -DABSL_BUILD_TEST_HELPERS=ON -DABSL_BUILD_TESTING=$(usex test ON OFF) $(usex test -DBUILD_TESTING=ON '') # intentional usex, it used both variables for tests. ) diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20240116.2.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20240116.2-r1.ebuild similarity index 94% rename from dev-cpp/abseil-cpp/abseil-cpp-20240116.2.ebuild rename to dev-cpp/abseil-cpp/abseil-cpp-20240116.2-r1.ebuild index ae4c74260b71..6241785276e6 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20240116.2.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20240116.2-r1.ebuild @@ -51,7 +51,8 @@ multilib_src_configure() { -DABSL_ENABLE_INSTALL=TRUE -DABSL_USE_EXTERNAL_GOOGLETEST=ON -DABSL_PROPAGATE_CXX_STD=TRUE - -DABSL_BUILD_TEST_HELPERS=$(usex test ON OFF) + # TEST_HELPERS needed for protobuf (bug #915902) + -DABSL_BUILD_TEST_HELPERS=ON -DABSL_BUILD_TESTING=$(usex test ON OFF) $(usex test -DBUILD_TESTING=ON '') # intentional usex, it used both variables for tests. )