diff options
author | Sam James <sam@gentoo.org> | 2024-07-24 20:12:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-24 20:12:16 +0100 |
commit | 32f4508572f79e351ffeef2ebc7edfe6925bdc53 (patch) | |
tree | 2f5fb6911fae329543e5976c9681ab78fa2cf8ee /app-editors | |
parent | x11-apps/appres: Stabilize 1.0.7 ppc64, #936601 (diff) | |
download | gentoo-32f4508572f79e351ffeef2ebc7edfe6925bdc53.tar.gz gentoo-32f4508572f79e351ffeef2ebc7edfe6925bdc53.tar.bz2 gentoo-32f4508572f79e351ffeef2ebc7edfe6925bdc53.zip |
app-editors/emacs: Stabilize 29.4 x86, #936600
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-29.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-29.4.ebuild b/app-editors/emacs/emacs-29.4.ebuild index 76c8cbb3a719..b1b6a0d9405c 100644 --- a/app-editors/emacs/emacs-29.4.ebuild +++ b/app-editors/emacs/emacs-29.4.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" |