diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-01-08 14:06:03 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-01-08 14:49:08 +0100 |
commit | e14f4e8beb61da76fe0b94325d7d7981fa3c4e96 (patch) | |
tree | bd6cee93821c384133300c11495aeac0724249e6 /app-emacs/po-mode | |
parent | app-emacs/eselect-mode: stabilize 1.4.27 for ALLARCHES (diff) | |
download | gentoo-e14f4e8beb61da76fe0b94325d7d7981fa3c4e96.tar.gz gentoo-e14f4e8beb61da76fe0b94325d7d7981fa3c4e96.tar.bz2 gentoo-e14f4e8beb61da76fe0b94325d7d7981fa3c4e96.zip |
app-emacs/po-mode: stabilize 0.22 for ALLARCHES
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/po-mode')
-rw-r--r-- | app-emacs/po-mode/po-mode-0.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/po-mode/po-mode-0.22.ebuild b/app-emacs/po-mode/po-mode-0.22.ebuild index 2fd5f0a26fab..4814191c75d7 100644 --- a/app-emacs/po-mode/po-mode-0.22.ebuild +++ b/app-emacs/po-mode/po-mode-0.22.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 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.xz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos" S="${WORKDIR}/gettext-${PV}/gettext-tools/emacs" ELISP_REMOVE="start-po.el" |