diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-01-08 14:04:42 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-01-08 14:49:07 +0100 |
commit | 6f801b48f9b6529cb1968c68104f296b5640b42e (patch) | |
tree | afd03f8c0bafc0aa7d9e662183fe113bc72f83e8 /app-emacs/eselect-mode | |
parent | profiles/arch/hppa: Drop emacs from use.stable.mask (diff) | |
download | gentoo-6f801b48f9b6529cb1968c68104f296b5640b42e.tar.gz gentoo-6f801b48f9b6529cb1968c68104f296b5640b42e.tar.bz2 gentoo-6f801b48f9b6529cb1968c68104f296b5640b42e.zip |
app-emacs/eselect-mode: stabilize 1.4.27 for ALLARCHES
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/eselect-mode')
-rw-r--r-- | app-emacs/eselect-mode/eselect-mode-1.4.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.27.ebuild b/app-emacs/eselect-mode/eselect-mode-1.4.27.ebuild index 1e9c5f558d6b..ac6f27f42394 100644 --- a/app-emacs/eselect-mode/eselect-mode-1.4.27.ebuild +++ b/app-emacs/eselect-mode/eselect-mode-1.4.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,6 @@ S="${WORKDIR}/${MY_P}/misc" LICENSE="GPL-2+" SLOT="0" -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" SITEFILE="50${PN}-gentoo.el" |