tree: 345e9cc03d5f644eaad8d0c180dad8bf60e0b1e3
  1. files/
  2. abseil-cpp-20211102.0.ebuild
  3. abseil-cpp-20230125.2.ebuild
  4. abseil-cpp-20230802.0.ebuild
  5. Manifest
  6. metadata.xml
  7. OWNERS
  8. README.md
dev-cpp/abseil-cpp/README.md

Copyright 2022 The ChromiumOS Authors

Use of this source code is governed by a BSD-style license that can be

found in the LICENSE file.

abseil-cpp needs to carry the absl.pc.in file and the ebuild is modified to use that to generate and install a pkg-config metadata file for the package. This is needed for libchrome to be inspected by pkg-config.

Due to b/184603259, a workaround in the ebuild is needed to replace instances of absl:: with absl::ABSL_OPTION_INLINE_NAMESPACE_NAME:: to prevent name conflicts.