diff options
author | Sam James <sam@gentoo.org> | 2023-12-25 17:21:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-25 17:21:36 +0000 |
commit | 3086e353a6fc5c661ceee6ce54f4703a8cf2cf85 (patch) | |
tree | 294b7327fe0df60a16acb364e2717ae05d943a29 | |
parent | app-editors/emacs: Stabilize 29.1-r6 arm, #920689 (diff) | |
download | gentoo-3086e353a6fc5c661ceee6ce54f4703a8cf2cf85.tar.gz gentoo-3086e353a6fc5c661ceee6ce54f4703a8cf2cf85.tar.bz2 gentoo-3086e353a6fc5c661ceee6ce54f4703a8cf2cf85.zip |
app-editors/emacs: Stabilize 29.1-r6 arm64, #920689
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-editors/emacs/emacs-29.1-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-29.1-r6.ebuild b/app-editors/emacs/emacs-29.1-r6.ebuild index c2c53d5ed47a..f4d9f2cd690a 100644 --- a/app-editors/emacs/emacs-29.1-r6.ebuild +++ b/app-editors/emacs/emacs-29.1-r6.ebuild @@ -36,7 +36,7 @@ else PATCHES=("${WORKDIR}/patch") SLOT="${PV%%.*}" [[ ${PV} == *.*.* ]] && SLOT+="-vcs" - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" |