[dev-libs/libbson] restrict tests

This commit is contained in:
Robert Förster 2024-06-24 05:27:05 +02:00
parent 85a2e481e3
commit 31fdcd5f79

View File

@ -15,6 +15,9 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64 ~hppa ~loong ~ppc ~riscv ~sparc ~x86"
IUSE="examples static-libs"
# tests are covered in mongo-c-driver and are not easily runnable in here
RESTRICT="test"
BDEPEND="dev-python/sphinx"
src_prepare() {