From 5ce4cc839b41c53a2c148ca9992faed8d74929f0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 27 Jul 2025 08:29:07 +0100 Subject: [PATCH] dev-python/pyeclib: add additional test deps/optfeatures Some tests are skipped (though non-obviously, it's not just the availability test, but some extra ones later on at the end), without these. See 614f0167e754b0e0faba14b7929c5310e69a5924 too. Signed-off-by: Sam James --- dev-python/pyeclib/pyeclib-1.6.4.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/pyeclib/pyeclib-1.6.4.ebuild b/dev-python/pyeclib/pyeclib-1.6.4.ebuild index 3fbc87f882b49..30f0452a3b006 100644 --- a/dev-python/pyeclib/pyeclib-1.6.4.ebuild +++ b/dev-python/pyeclib/pyeclib-1.6.4.ebuild @@ -27,6 +27,8 @@ RDEPEND=" " BDEPEND=" test? ( + dev-libs/isa-l + dev-libs/jerasure dev-python/six[${PYTHON_USEDEP}] ) " @@ -40,5 +42,6 @@ src_prepare() { } pkg_postinst() { + optfeature "isa-l backend" dev-libs/isa-l optfeature "jerasure backend" dev-libs/jerasure }