diff options
Diffstat (limited to 'dev-libs/libxml2/libxml2-2.9.9-r2.ebuild')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.9-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild b/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild index 24baa153a846..4181f92e6dae 100644 --- a/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild @@ -158,7 +158,7 @@ multilib_src_compile() { multilib_src_test() { ln -s "${S}"/xmlconf || die - emake check || die "tests failed" + emake check multilib_is_native_abi && use python && python_foreach_impl libxml2_py_emake test } |