From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE44F15ACFB for ; Thu, 27 Apr 2023 23:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0E7DE09B6; Thu, 27 Apr 2023 23:29:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AF10E09B6 for ; Thu, 27 Apr 2023 23:29:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDC7D340E3C for ; Thu, 27 Apr 2023 23:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91E93A69 for ; Thu, 27 Apr 2023 23:29:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682638164.0d9c2b7aed2a3024d7ec4715a902e6482227b828.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/php-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/php-mode/php-mode-1.24.3.ebuild X-VCS-Directories: app-emacs/php-mode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0d9c2b7aed2a3024d7ec4715a902e6482227b828 X-VCS-Branch: master Date: Thu, 27 Apr 2023 23:29:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3186b62a-bc09-49c0-bae0-3924254f1972 X-Archives-Hash: f45d1b01889cce20aef209d7def76213 commit: 0d9c2b7aed2a3024d7ec4715a902e6482227b828 Author: Sam James gentoo org> AuthorDate: Thu Apr 27 23:29:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 27 23:29:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9c2b7a app-emacs/php-mode: Stabilize 1.24.3 ALLARCHES, #905195 Signed-off-by: Sam James gentoo.org> app-emacs/php-mode/php-mode-1.24.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/php-mode/php-mode-1.24.3.ebuild b/app-emacs/php-mode/php-mode-1.24.3.ebuild index 66ad92fae09b..417386e94444 100644 --- a/app-emacs/php-mode/php-mode-1.24.3.ebuild +++ b/app-emacs/php-mode/php-mode-1.24.3.ebuild @@ -13,7 +13,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"