diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-30 20:26:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-30 20:26:24 +0200 |
commit | d7ee667b9404749f8192c750edd77f1685f8d6a7 (patch) | |
tree | bf71abf8d9fc786b8abf0b6c55f47ab846622ce1 /app-editors/emacs | |
parent | dev-util/debootstrap: unkeyword for mips (diff) | |
download | gentoo-d7ee667b9404749f8192c750edd77f1685f8d6a7.tar.gz gentoo-d7ee667b9404749f8192c750edd77f1685f8d6a7.tar.bz2 gentoo-d7ee667b9404749f8192c750edd77f1685f8d6a7.zip |
app-editors/emacs: Stabilize 29.3-r3 arm, #934746
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors/emacs')
-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 79077cc91ee4..8311c9616f1c 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" |