diff options
author | Sam James <sam@gentoo.org> | 2022-08-10 08:49:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-10 08:49:18 +0100 |
commit | 6607330258b8e4a55ea2a141fe89697c8e8be101 (patch) | |
tree | 23077fd336d2753af4c18e7faa726776caa8efde /app-editors | |
parent | sys-devel/gdb: backport core file detach fix (diff) | |
download | gentoo-6607330258b8e4a55ea2a141fe89697c8e8be101.tar.gz gentoo-6607330258b8e4a55ea2a141fe89697c8e8be101.tar.bz2 gentoo-6607330258b8e4a55ea2a141fe89697c8e8be101.zip |
app-editors/emacs: Stabilize 28.1 hppa, #844181
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-28.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-28.1.ebuild b/app-editors/emacs/emacs-28.1.ebuild index 69b2645dfb9b..87fef3ceb3c2 100644 --- a/app-editors/emacs/emacs-28.1.ebuild +++ b/app-editors/emacs/emacs-28.1.ebuild @@ -33,7 +33,7 @@ else fi 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" |