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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9263315813A for ; Fri, 10 Jan 2025 04:12:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88055E07C7; Fri, 10 Jan 2025 04:12:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6AD71E07C5 for ; Fri, 10 Jan 2025 04:12:24 +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 84FFF340C3C for ; Fri, 10 Jan 2025 04:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAB691E71 for ; Fri, 10 Jan 2025 04:12:19 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1736480465.bed6a69672756e4cc011cab1da15f706707f06f9.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-run-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ebuild-run-mode/ebuild-run-mode-20221116.ebuild X-VCS-Directories: app-emacs/ebuild-run-mode/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: bed6a69672756e4cc011cab1da15f706707f06f9 X-VCS-Branch: master Date: Fri, 10 Jan 2025 04:12:19 +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: e426b7de-014a-4010-b7cc-3aa746159b7e X-Archives-Hash: b368c7fbed3fefb6867182a6b4958ec1 commit: bed6a69672756e4cc011cab1da15f706707f06f9 Author: WANG Xuerui gentoo org> AuthorDate: Fri Jan 10 03:41:05 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Jan 10 03:41:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed6a696 app-emacs/ebuild-run-mode: keyword 20221116 for ~loong Signed-off-by: WANG Xuerui gentoo.org> app-emacs/ebuild-run-mode/ebuild-run-mode-20221116.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/ebuild-run-mode/ebuild-run-mode-20221116.ebuild b/app-emacs/ebuild-run-mode/ebuild-run-mode-20221116.ebuild index 16b546873aba..3ad4774350a9 100644 --- a/app-emacs/ebuild-run-mode/ebuild-run-mode-20221116.ebuild +++ b/app-emacs/ebuild-run-mode/ebuild-run-mode-20221116.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_PN}-v${PV}" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND=">=app-emacs/ebuild-mode-1.53"