diff options
author | 2022-12-03 19:38:26 +0200 | |
---|---|---|
committer | 2022-12-03 19:38:26 +0200 | |
commit | 001d70b761f5a89460f0e8effc186d3c80c4b3be (patch) | |
tree | 2d2eeea9fe24954e855a0cae0306adad5ea72b6e /app-editors | |
parent | app-editors/emacs: Stabilize 27.2-r7 amd64, #883733 (diff) | |
download | gentoo-001d70b761f5a89460f0e8effc186d3c80c4b3be.tar.gz gentoo-001d70b761f5a89460f0e8effc186d3c80c4b3be.tar.bz2 gentoo-001d70b761f5a89460f0e8effc186d3c80c4b3be.zip |
app-editors/emacs: Stabilize 28.2-r2 amd64, #883733
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-28.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-28.2-r2.ebuild b/app-editors/emacs/emacs-28.2-r2.ebuild index 0c75697cb57a..7609ad2263f3 100644 --- a/app-editors/emacs/emacs-28.2-r2.ebuild +++ b/app-editors/emacs/emacs-28.2-r2.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" |