diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-18 10:56:30 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-18 11:05:44 +0200 |
commit | 7c100c03b83a047e52ef7caf4ae50642287e9dd6 (patch) | |
tree | 1dc554464d05562de54e09f02c10e6fb4b7c9dec /app-editors/emacs | |
parent | app-editors/emacs: Simplify IDEPEND/RDEPEND assignment (diff) | |
download | gentoo-7c100c03b83a047e52ef7caf4ae50642287e9dd6.tar.gz gentoo-7c100c03b83a047e52ef7caf4ae50642287e9dd6.tar.bz2 gentoo-7c100c03b83a047e52ef7caf4ae50642287e9dd6.zip |
app-editors/emacs: Mark 27.2-r3 as stable
The EAPI 8 bump updated only metadata variables, therefore stabilise
without arch testing.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/emacs-27.2-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-27.2-r3.ebuild b/app-editors/emacs/emacs-27.2-r3.ebuild index 8ddc3b04d18e..413825937aaf 100644 --- a/app-editors/emacs/emacs-27.2-r3.ebuild +++ b/app-editors/emacs/emacs-27.2-r3.ebuild @@ -36,7 +36,7 @@ else PATCHES=("${WORKDIR}/patch") SLOT="${PV%%.*}" [[ ${PV} == *.*.* ]] && SLOT+="-vcs" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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" |