mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user