diff options
author | Sam James <sam@gentoo.org> | 2023-01-03 20:25:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-03 20:25:47 +0000 |
commit | f73edfb2f38e572dc96ab551aae010e090b1ad0b (patch) | |
tree | c6b5d5898a1f51ae055b8accb9500170e6f93677 /app-emacs/php-mode | |
parent | app-emacs/flycheck: Stabilize 32_p20220328-r1 amd64, #889576 (diff) | |
download | gentoo-f73edfb2f38e572dc96ab551aae010e090b1ad0b.tar.gz gentoo-f73edfb2f38e572dc96ab551aae010e090b1ad0b.tar.bz2 gentoo-f73edfb2f38e572dc96ab551aae010e090b1ad0b.zip |
app-emacs/php-mode: Stabilize 1.24.2 ALLARCHES, #889582
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/php-mode')
-rw-r--r-- | app-emacs/php-mode/php-mode-1.24.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/php-mode/php-mode-1.24.2.ebuild b/app-emacs/php-mode/php-mode-1.24.2.ebuild index d8261dee74fe..28a3846d67ad 100644 --- a/app-emacs/php-mode/php-mode-1.24.2.ebuild +++ b/app-emacs/php-mode/php-mode-1.24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}"/${P}/lisp LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" DOCS=( ../AUTHORS.md ../CHANGELOG.md ../CONTRIBUTING.md ../README{,.ja}.md ../docs ) SITEFILE="50${PN}-gentoo.el" |