[dev-libs/mongo-c-driver] remove test restriction on x86

This commit is contained in:
Robert Förster 2024-06-25 01:51:24 +02:00
parent 9cf87dd318
commit 66fd904640

View File

@ -17,10 +17,7 @@ REQUIRED_USE="
s3? ( ssl )
test? ( static-libs )"
# No tests on x86 because tests require dev-db/mongodb which don't support
# x86 anymore (bug #645994)
RESTRICT="x86? ( test )
!test? ( test )"
RESTRICT="!test? ( test )"
RDEPEND="
app-arch/snappy:=