commit: e2225439e3338f92b391e7c33d69b12b833c71cb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 21 17:23:52 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 21 17:27:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2225439
dev-cpp/abseil-cpp: unmultilibify, at least for now We're not bumping re2 to the new version which needs abseil as ideally we'll use bundled copies instead. Although as with grpc + protobuf, unclear if we can actually do that given it then tries to install its own abseil. Bug: https://bugs.gentoo.org/912281 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild index b5d25058e213..10dd19ada8e9 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit cmake-multilib python-any-r1 +inherit cmake python-any-r1 DESCRIPTION="Abseil Common Libraries (C++), LTS Branch" HOMEPAGE="https://abseil.io/" @@ -45,7 +45,7 @@ src_prepare() { absl/copts/generate_copts.py || die } -multilib_src_configure() { +src_configure() { local mycmakeargs=( # We use -std=c++14 here so that abseil-cpp's string_view is used # See the discussion in https://github.com/gentoo/gentoo/pull/32281.
