dev-cpp/abseil-cpp: add dep on gtest for USE=test

Closes: https://bugs.gentoo.org/956667
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43085
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Paul Zander 2025-07-20 20:30:15 +02:00 committed by Sam James
parent e3a557bdff
commit 5f43906f20
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
4 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390
IUSE="test test-helpers"
RDEPEND="
test? (
dev-cpp/gtest:=[${MULTILIB_USEDEP}]
)
test-helpers? (
dev-cpp/gtest:=[${MULTILIB_USEDEP}]
)

View File

@ -21,6 +21,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390
IUSE="test test-helpers"
RDEPEND="
test? (
dev-cpp/gtest:=[${MULTILIB_USEDEP}]
)
test-helpers? (
dev-cpp/gtest:=[${MULTILIB_USEDEP}]
)

View File

@ -21,6 +21,9 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~spar
IUSE="test test-helpers"
RDEPEND="
test? (
dev-cpp/gtest:=[${MULTILIB_USEDEP}]
)
test-helpers? (
dev-cpp/gtest:=[${MULTILIB_USEDEP}]
)

View File

@ -19,6 +19,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390
IUSE="test test-helpers"
RDEPEND="
test? (
dev-cpp/gtest:=[${MULTILIB_USEDEP}]
)
test-helpers? (
dev-cpp/gtest:=[${MULTILIB_USEDEP}]
)