diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-03 20:36:19 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-03 20:36:19 +0200 |
commit | 6555aec273546b3330feb852185965f59fce2b82 (patch) | |
tree | 1afc15986ba76937ab1b650a939fd8ae238cd5ba /app-emacs | |
parent | app-emacs/csharp-mode: Stabilize 2.0.0 ALLARCHES, #889571 (diff) | |
download | gentoo-6555aec273546b3330feb852185965f59fce2b82.tar.gz gentoo-6555aec273546b3330feb852185965f59fce2b82.tar.bz2 gentoo-6555aec273546b3330feb852185965f59fce2b82.zip |
app-emacs/flycheck: Stabilize 32_p20220328-r1 arm64, #889576
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/flycheck/flycheck-32_p20220328-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/flycheck/flycheck-32_p20220328-r1.ebuild b/app-emacs/flycheck/flycheck-32_p20220328-r1.ebuild index 9015b4fd9b4c..7e1acac18e30 100644 --- a/app-emacs/flycheck/flycheck-32_p20220328-r1.ebuild +++ b/app-emacs/flycheck/flycheck-32_p20220328-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~ppc64 ~riscv ~x64-macos" RESTRICT="test" # test requires cask and ert-runner which are not packaged yet RDEPEND=">=app-emacs/dash-2.12.1 |