diff options
author | Sam James <sam@gentoo.org> | 2024-03-21 03:41:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-21 03:41:51 +0000 |
commit | 9cd30d5375b3fbaac8ec00ba9b0210590d0215df (patch) | |
tree | cb320616de637ae69f80a6b6973b313e99e2fae4 /dev-libs/xapian | |
parent | sci-libs/mumps: update HOMEPAGE, SRC_URI (diff) | |
download | gentoo-9cd30d5375b3fbaac8ec00ba9b0210590d0215df.tar.gz gentoo-9cd30d5375b3fbaac8ec00ba9b0210590d0215df.tar.bz2 gentoo-9cd30d5375b3fbaac8ec00ba9b0210590d0215df.zip |
dev-libs/xapian: disable output synchronisation for tests
Otherwise it looks like they're hanging.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r-- | dev-libs/xapian/xapian-1.4.25.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 |