mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
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:
parent
e3a557bdff
commit
5f43906f20
@ -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}]
|
||||
)
|
||||
|
||||
@ -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}]
|
||||
)
|
||||
|
||||
@ -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}]
|
||||
)
|
||||
|
||||
@ -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}]
|
||||
)
|
||||
Loading…
x
Reference in New Issue
Block a user