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 887AF15815E for ; Thu, 1 Feb 2024 10:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FAD7E2A08; Thu, 1 Feb 2024 10:10:23 +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 1F937E2A08 for ; Thu, 1 Feb 2024 10:10:23 +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 154C734321C for ; Thu, 1 Feb 2024 10:10:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73DF214BE for ; Thu, 1 Feb 2024 10:10:20 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1706782214.2abb9981ef9d4a764e89c19e532412463c852092.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/haskell-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/haskell-mode/haskell-mode-17.4.ebuild X-VCS-Directories: app-emacs/haskell-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 2abb9981ef9d4a764e89c19e532412463c852092 X-VCS-Branch: master Date: Thu, 1 Feb 2024 10:10:20 +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: 3e99e690-2edd-48e9-aa0e-98750e7852e1 X-Archives-Hash: 5da3e3e9d8cf6d1039392f1f052bcc21 commit: 2abb9981ef9d4a764e89c19e532412463c852092 Author: Maciej Barć gentoo org> AuthorDate: Thu Feb 1 09:49:27 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Feb 1 10:10:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abb9981 app-emacs/haskell-mode: skip test that call ghc Closes: https://bugs.gentoo.org/923448 Signed-off-by: Maciej Barć gentoo.org> app-emacs/haskell-mode/haskell-mode-17.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emacs/haskell-mode/haskell-mode-17.4.ebuild b/app-emacs/haskell-mode/haskell-mode-17.4.ebuild index b1e45dbb2392..35c5d28ea871 100644 --- a/app-emacs/haskell-mode/haskell-mode-17.4.ebuild +++ b/app-emacs/haskell-mode/haskell-mode-17.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,6 +27,7 @@ ELISP_REMOVE=" tests/haskell-cabal-tests.el tests/haskell-customize-tests.el tests/haskell-lexeme-tests.el + tests/inferior-haskell-tests.el " DOCS=( NEWS README.md )