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 D83AB15852A for ; Sun, 18 Aug 2024 20:36:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0913BE2A78; Sun, 18 Aug 2024 20:36:15 +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 E4B67E2A78 for ; Sun, 18 Aug 2024 20:36:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28460340BEA for ; Sun, 18 Aug 2024 20:36:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FB391EE0 for ; Sun, 18 Aug 2024 20:36:12 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1724013121.0c630ae845f97f45fcc438e2de9177e9102bb26e.mjo@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 app-emacs/php-mode/php-mode-9999.ebuild X-VCS-Directories: app-emacs/php-mode/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 0c630ae845f97f45fcc438e2de9177e9102bb26e X-VCS-Branch: master Date: Sun, 18 Aug 2024 20:36:12 +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: 6d31855b-171b-4a61-ab8d-baa4286482d8 X-Archives-Hash: f8dd1060cfafa74c7444d7f5c06ea2b4 commit: 0c630ae845f97f45fcc438e2de9177e9102bb26e Author: Michael Orlitzky gentoo org> AuthorDate: Sun Aug 18 16:58:32 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Aug 18 20:32:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c630ae8 app-emacs/php-mode: keyword 1.25.1 for ~riscv Signed-off-by: Michael Orlitzky gentoo.org> app-emacs/php-mode/php-mode-1.25.1.ebuild | 2 +- app-emacs/php-mode/php-mode-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 8b2fd8c1e115..c12b2aff335e 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 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" fi S="${WORKDIR}"/${P}/lisp diff --git a/app-emacs/php-mode/php-mode-9999.ebuild b/app-emacs/php-mode/php-mode-9999.ebuild index a4c5626eb7ec..184b9eee2265 100644 --- a/app-emacs/php-mode/php-mode-9999.ebuild +++ b/app-emacs/php-mode/php-mode-9999.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=8 @@ -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 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi S="${WORKDIR}"/${P}/lisp