diff options
author | 2023-09-19 08:42:36 +0100 | |
---|---|---|
committer | 2023-09-19 08:42:36 +0100 | |
commit | adc4b654f614d259c3c23c7a39d980493ff27949 (patch) | |
tree | 72e50ec3ab4e006a3d92a5f24ac9ad4a3663e63d /app-editors | |
parent | app-emacs/emacs-common: Stabilize 1.9 x86, #913221 (diff) | |
download | gentoo-adc4b654f614d259c3c23c7a39d980493ff27949.tar.gz gentoo-adc4b654f614d259c3c23c7a39d980493ff27949.tar.bz2 gentoo-adc4b654f614d259c3c23c7a39d980493ff27949.zip |
app-editors/emacs: Stabilize 29.1-r1 x86, #913221
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-29.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-29.1-r1.ebuild b/app-editors/emacs/emacs-29.1-r1.ebuild index c6ecbc243346..293b65f823ac 100644 --- a/app-editors/emacs/emacs-29.1-r1.ebuild +++ b/app-editors/emacs/emacs-29.1-r1.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" |