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 A4E5415808B for ; Fri, 18 Mar 2022 18:09:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93804E081A; Fri, 18 Mar 2022 18:09:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7ECBEE081A for ; Fri, 18 Mar 2022 18:09:22 +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 69DA634334C for ; Fri, 18 Mar 2022 18:09:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAC17339 for ; Fri, 18 Mar 2022 18:09:18 +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: <1647626938.e8470e85ce9ab1afa7c26e36a11c38b21fda2670.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.0.ebuild X-VCS-Directories: app-emacs/php-mode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e8470e85ce9ab1afa7c26e36a11c38b21fda2670 X-VCS-Branch: master Date: Fri, 18 Mar 2022 18:09:18 +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: a78c8427-da85-46cb-b13d-b516501bc53a X-Archives-Hash: f169243f74164d0425f63156211d4d40 commit: e8470e85ce9ab1afa7c26e36a11c38b21fda2670 Author: Sam James gentoo org> AuthorDate: Fri Mar 18 18:06:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 18 18:08:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8470e85 app-emacs/php-mode: Stabilize 1.24.0 ALLARCHES, #835571 Signed-off-by: Sam James gentoo.org> app-emacs/php-mode/php-mode-1.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/php-mode/php-mode-1.24.0.ebuild b/app-emacs/php-mode/php-mode-1.24.0.ebuild index 319c3712d7f2..306053b9e61f 100644 --- a/app-emacs/php-mode/php-mode-1.24.0.ebuild +++ b/app-emacs/php-mode/php-mode-1.24.0.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" SITEFILE="50${PN}-gentoo.el" DOCS="../README*.md ../AUTHORS.md ../CHANGELOG.md ../CONTRIBUTING.md"