mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
dev-libs/sleef: drop test on x86 as they use __int128
Closes: https://bugs.gentoo.org/925265 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
parent
48e4e4ffee
commit
e602424f94
@ -14,7 +14,10 @@ LICENSE="Boost-1.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~riscv ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
RESTRICT="
|
||||
!test? ( test )
|
||||
x86? ( test )
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
test? ( >=dev-libs/mpfr-4.2 )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user