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 611E915A7D9 for ; Thu, 23 Mar 2023 04:57:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6101BE07EF; Thu, 23 Mar 2023 04:57:15 +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 C6F93E07EF for ; Thu, 23 Mar 2023 04:57:14 +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 DD937340BDD for ; Thu, 23 Mar 2023 04:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50E688DA for ; Thu, 23 Mar 2023 04:57:12 +0000 (UTC) From: "Sam James" 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" Message-ID: <1679547409.0b68fc459caf677cad108295e3c8294d91b7d0ec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/flycheck/flycheck-32_p20230305.ebuild X-VCS-Directories: app-emacs/flycheck/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0b68fc459caf677cad108295e3c8294d91b7d0ec X-VCS-Branch: master Date: Thu, 23 Mar 2023 04:57:12 +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: 2e89451e-1627-4b50-819b-7a011db93b26 X-Archives-Hash: 3e2eea320f6f91cfc0a4437aabe0dc35 commit: 0b68fc459caf677cad108295e3c8294d91b7d0ec Author: Sam James gentoo org> AuthorDate: Thu Mar 23 04:40:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 23 04:56:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b68fc45 app-emacs/flycheck: update note re tests We're both going to look at the tests over the next few days together. Signed-off-by: Sam James gentoo.org> app-emacs/flycheck/flycheck-32_p20230305.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/flycheck/flycheck-32_p20230305.ebuild b/app-emacs/flycheck/flycheck-32_p20230305.ebuild index 8a79b1a8254f..1ad096748312 100644 --- a/app-emacs/flycheck/flycheck-32_p20230305.ebuild +++ b/app-emacs/flycheck/flycheck-32_p20230305.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x64-macos" -RESTRICT="test" # test requires cask and ert-runner which are not packaged yet +RESTRICT="test" # TODO: wire up now that cask and ert-runner are packaged RDEPEND=">=app-emacs/dash-2.12.1 >=app-emacs/pkg-info-0.4"