diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-30 20:26:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-30 20:26:25 +0200 |
commit | f5d93a3c8f80798561cdafc6c6770d8347648158 (patch) | |
tree | a3322edb544b92606a0cf5b074d7d93c6e4b43b4 /app-editors | |
parent | app-editors/emacs: Stabilize 29.3-r3 arm, #934746 (diff) | |
download | gentoo-f5d93a3c8f80798561cdafc6c6770d8347648158.tar.gz gentoo-f5d93a3c8f80798561cdafc6c6770d8347648158.tar.bz2 gentoo-f5d93a3c8f80798561cdafc6c6770d8347648158.zip |
app-editors/emacs: Stabilize 29.3-r3 arm64, #934746
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-29.3-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-29.3-r3.ebuild b/app-editors/emacs/emacs-29.3-r3.ebuild index 8311c9616f1c..94cbc7ca3df5 100644 --- a/app-editors/emacs/emacs-29.3-r3.ebuild +++ b/app-editors/emacs/emacs-29.3-r3.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" |