commit:     9cd30d5375b3fbaac8ec00ba9b0210590d0215df
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 03:41:51 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 03:41:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd30d53

dev-libs/xapian: disable output synchronisation for tests

Otherwise it looks like they're hanging.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/xapian/xapian-1.4.25.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-libs/xapian/xapian-1.4.25.ebuild 
b/dev-libs/xapian/xapian-1.4.25.ebuild
index dc4d3f009870..25f4dd84a037 100644
--- a/dev-libs/xapian/xapian-1.4.25.ebuild
+++ b/dev-libs/xapian/xapian-1.4.25.ebuild
@@ -57,6 +57,10 @@ src_configure() {
        econf "${myconf[@]}"
 }
 
+src_test() {
+       emake -Onone check
+}
+
 src_install() {
        default
        find "${ED}" -name "*.la" -type f -delete || die

Reply via email to