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 76DB015803E for ; Sat, 6 Jan 2024 09:03:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54A202BC02A; Sat, 6 Jan 2024 09:03:00 +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 366092BC02A for ; Sat, 6 Jan 2024 09:03:00 +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 83E5D343111 for ; Sat, 6 Jan 2024 09:02:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6D4C14BE for ; Sat, 6 Jan 2024 09:02:56 +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: <1704531742.15d42056648c4bf6cccdaa04d665b91d1064718a.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.25.1.ebuild X-VCS-Directories: app-emacs/php-mode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 15d42056648c4bf6cccdaa04d665b91d1064718a X-VCS-Branch: master Date: Sat, 6 Jan 2024 09:02:56 +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: 79abf8c5-fc5f-4d4a-a622-56fac6500601 X-Archives-Hash: d7ef44bc59cca065356e48d91bcef533 commit: 15d42056648c4bf6cccdaa04d665b91d1064718a Author: Sam James gentoo org> AuthorDate: Sat Jan 6 09:02:22 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 6 09:02:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d42056 app-emacs/php-mode: Stabilize 1.25.1 amd64, #921418 Signed-off-by: Sam James gentoo.org> app-emacs/php-mode/php-mode-1.25.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/php-mode/php-mode-1.25.1.ebuild b/app-emacs/php-mode/php-mode-1.25.1.ebuild index 37f700ade06a..cae6acc1f6d6 100644 --- a/app-emacs/php-mode/php-mode-1.25.1.ebuild +++ b/app-emacs/php-mode/php-mode-1.25.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/emacs-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="amd64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" fi S="${WORKDIR}"/${P}/lisp