summaryrefslogtreecommitdiff
path: root/dev-cpp/abseil-cpp/abseil-cpp-20230802.0-r1.ebuild
AgeCommit message (Collapse)Author
2024-06-13dev-cpp/abseil-cpp: unconditionally depend on gtestSam James
This is unfortunate but it's needed given abseil-cpp needs it for some of the libraries it installs. An alternative would be to control the helpers with USE=testlib or something, I guess. Fixes: 53bb853b51f0ccdacba1714a9405e23fbdd96ce2 Bug: https://bugs.gentoo.org/915902 Closes: https://bugs.gentoo.org/934175 Signed-off-by: Sam James <sam@gentoo.org>
2024-06-13dev-cpp/abseil-cpp: unconditionally install test helper librariesSam James
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@gentoo.org>