diff options
author | 2023-11-25 12:26:36 +0000 | |
---|---|---|
committer | 2023-11-25 12:26:36 +0000 | |
commit | a16b5975746469cb4cd4bb1afcdbb3965fd2d1a9 (patch) | |
tree | 32f2c340d1cfaaf70a5171462cab568ab0ab84d3 /app-editors/emacs | |
parent | dev-python/time-machine: Stabilize 2.13.0 arm64, #916169 (diff) | |
download | gentoo-a16b5975746469cb4cd4bb1afcdbb3965fd2d1a9.tar.gz gentoo-a16b5975746469cb4cd4bb1afcdbb3965fd2d1a9.tar.bz2 gentoo-a16b5975746469cb4cd4bb1afcdbb3965fd2d1a9.zip |
app-editors/emacs: Stabilize 29.1-r5 arm, #916676
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/emacs-29.1-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-29.1-r5.ebuild b/app-editors/emacs/emacs-29.1-r5.ebuild index 03e386212118..4b2d050109b1 100644 --- a/app-editors/emacs/emacs-29.1-r5.ebuild +++ b/app-editors/emacs/emacs-29.1-r5.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" |