diff options
author | Sam James <sam@gentoo.org> | 2024-03-25 08:54:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-25 08:54:43 +0000 |
commit | 71eea370d6843a9fd1ef9de688b39a1f194d22a3 (patch) | |
tree | ccc9607818900391d4aa1613940c6193c8e2f56d /app-editors | |
parent | app-editors/emacs: Stabilize 29.3 amd64, #927727 (diff) | |
download | gentoo-71eea370d6843a9fd1ef9de688b39a1f194d22a3.tar.gz gentoo-71eea370d6843a9fd1ef9de688b39a1f194d22a3.tar.bz2 gentoo-71eea370d6843a9fd1ef9de688b39a1f194d22a3.zip |
app-editors/emacs: Stabilize 29.3 x86, #927727
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-29.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-29.3.ebuild b/app-editors/emacs/emacs-29.3.ebuild index 0c606e49832a..8260e939b153 100644 --- a/app-editors/emacs/emacs-29.3.ebuild +++ b/app-editors/emacs/emacs-29.3.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" |