From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1613008-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D4FF158041 for <garchives@archives.gentoo.org>; Thu, 21 Mar 2024 03:46:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A14B2E29AA; Thu, 21 Mar 2024 03:46:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 703B7E29AA for <gentoo-commits@lists.gentoo.org>; Thu, 21 Mar 2024 03:46:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 580CC33C4EE for <gentoo-commits@lists.gentoo.org>; Thu, 21 Mar 2024 03:46:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B49C41514 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Mar 2024 03:46:05 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1710992511.9cd30d5375b3fbaac8ec00ba9b0210590d0215df.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian/xapian-1.4.25.ebuild X-VCS-Directories: dev-libs/xapian/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9cd30d5375b3fbaac8ec00ba9b0210590d0215df X-VCS-Branch: master Date: Thu, 21 Mar 2024 03:46:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cec01084-63ff-4261-960a-5fcda0fc3ef5 X-Archives-Hash: f8ae3d4483d71d4262a4a42a89c002c8 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