dev-cpp/eigen: only require backends iff tests enabled

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44994
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Paul Zander
2026-05-04 15:04:50 +02:00
committed by Sam James
parent dd38becd26
commit 30309a5435
2 changed files with 6 additions and 2 deletions

View File

@@ -103,7 +103,9 @@ IUSE="
# zvector
REQUIRED_USE="
|| ( ${IUSE_TEST_BACKENDS[*]} )
test? (
|| ( ${IUSE_TEST_BACKENDS[*]} )
)
"
# Tests failing again because of compiler issues; bugs #932646, #943401

View File

@@ -103,7 +103,9 @@ IUSE="
# zvector
REQUIRED_USE="
|| ( ${IUSE_TEST_BACKENDS[*]} )
test? (
|| ( ${IUSE_TEST_BACKENDS[*]} )
)
"
# Tests failing again because of compiler issues; bugs #932646, #943401