From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 6AAC4158041 for ; Wed, 3 Apr 2024 18:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA44D2BC026; Wed, 3 Apr 2024 18:52:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91B492BC026 for ; Wed, 3 Apr 2024 18:52:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7A5734317F for ; Wed, 3 Apr 2024 18:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 788E01606 for ; Wed, 3 Apr 2024 18:52:28 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1712170344.7abaf6f91c5edc9b609babcd05413d4fafb255a0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libei/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libei/libei-1.2.1.ebuild X-VCS-Directories: dev-libs/libei/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7abaf6f91c5edc9b609babcd05413d4fafb255a0 X-VCS-Branch: master Date: Wed, 3 Apr 2024 18:52:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4186918d-8099-4b11-b72d-5f64ab0cca65 X-Archives-Hash: 1e27e4808404abdffb1035fdcd23730a commit: 7abaf6f91c5edc9b609babcd05413d4fafb255a0 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 3 18:52:07 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 3 18:52:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abaf6f9 dev-libs/libei: Don't run sigalrm test Closes: https://bugs.gentoo.org/916777 Signed-off-by: Matt Turner gentoo.org> dev-libs/libei/libei-1.2.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-libs/libei/libei-1.2.1.ebuild b/dev-libs/libei/libei-1.2.1.ebuild index a32d694b67b1..7436beac8956 100644 --- a/dev-libs/libei/libei-1.2.1.ebuild +++ b/dev-libs/libei/libei-1.2.1.ebuild @@ -88,6 +88,11 @@ src_configure() { meson_src_configure } +src_test() { + # bug #916777 + meson_src_test --no-suite sigalrm +} + src_install() { meson_src_install