diff options
author | Sam James <sam@gentoo.org> | 2023-03-23 04:40:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-23 04:56:49 +0000 |
commit | 0b68fc459caf677cad108295e3c8294d91b7d0ec (patch) | |
tree | f7821cc74d6727eb6537f3513fe3a7aa86cc2563 /app-emacs/flycheck | |
parent | app-emacs/flycheck: add 32_p20230305 (diff) | |
download | gentoo-0b68fc459caf677cad108295e3c8294d91b7d0ec.tar.gz gentoo-0b68fc459caf677cad108295e3c8294d91b7d0ec.tar.bz2 gentoo-0b68fc459caf677cad108295e3c8294d91b7d0ec.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'app-emacs/flycheck')
-rw-r--r-- | app-emacs/flycheck/flycheck-32_p20230305.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |