diff options
author | 2024-01-14 19:53:26 +0200 | |
---|---|---|
committer | 2024-01-14 19:53:26 +0200 | |
commit | c3f3474841ef0dbfa843571f4018a6da45cde340 (patch) | |
tree | f08a4e534728e65c4b942a1a707225f806e7d90c /app-emacs/ert-runner | |
parent | app-emacs/commander: Keyword 0.7.0-r1 arm64, #922064 (diff) | |
download | gentoo-c3f3474841ef0dbfa843571f4018a6da45cde340.tar.gz gentoo-c3f3474841ef0dbfa843571f4018a6da45cde340.tar.bz2 gentoo-c3f3474841ef0dbfa843571f4018a6da45cde340.zip |
app-emacs/ert-runner: Keyword 0.8.0 arm64, #922064
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/ert-runner')
-rw-r--r-- | app-emacs/ert-runner/ert-runner-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/ert-runner/ert-runner-0.8.0.ebuild b/app-emacs/ert-runner/ert-runner-0.8.0.ebuild index 1da433778011..13d887bf9b32 100644 --- a/app-emacs/ert-runner/ert-runner-0.8.0.ebuild +++ b/app-emacs/ert-runner/ert-runner-0.8.0.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 @@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}.el-${PV} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" RESTRICT="test" # Tests fail (even with Cask installed) RDEPEND=" |