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 0AE1315ACFB for ; Tue, 18 Apr 2023 00:35:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E1C6E0A59; Tue, 18 Apr 2023 00:35:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 49773E0A59 for ; Tue, 18 Apr 2023 00:35:54 +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 88AB2335DC8 for ; Tue, 18 Apr 2023 00:35:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F097A46 for ; Tue, 18 Apr 2023 00:35:51 +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: <1681778146.9a9883c244fdf65103086300352d90031ab63339.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/fsharp-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/fsharp-mode/fsharp-mode-2.0.ebuild X-VCS-Directories: app-emacs/fsharp-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 9a9883c244fdf65103086300352d90031ab63339 X-VCS-Branch: master Date: Tue, 18 Apr 2023 00:35:51 +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: 6306d232-8c40-47a3-981e-ba5cfc1b1764 X-Archives-Hash: 8ad4080d8b993e3643f76f1ff5af3c05 commit: 9a9883c244fdf65103086300352d90031ab63339 Author: Maciej Barć gentoo org> AuthorDate: Mon Apr 3 16:39:11 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Apr 18 00:35:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9883c2 app-emacs/fsharp-mode: use elisp-enable-tests Bug: https://bugs.gentoo.org/898492 Signed-off-by: Maciej Barć gentoo.org> app-emacs/fsharp-mode/fsharp-mode-2.0.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app-emacs/fsharp-mode/fsharp-mode-2.0.ebuild b/app-emacs/fsharp-mode/fsharp-mode-2.0.ebuild index 045c0e44c4df..dab6caca9f4b 100644 --- a/app-emacs/fsharp-mode/fsharp-mode-2.0.ebuild +++ b/app-emacs/fsharp-mode/fsharp-mode-2.0.ebuild @@ -14,15 +14,9 @@ S="${WORKDIR}"/emacs-${P} LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( app-emacs/buttercup )" DOCS=( CHANGELOG.md README.org ) ELISP_REMOVE="eglot-fsharp.el test/integration-tests.el" SITEFILE="50${PN}-gentoo.el" -src_test() { - buttercup -L . -L test --traceback full || die -} +elisp-enable-tests buttercup test