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 8BD3115ACFC for ; Thu, 27 Apr 2023 23:31:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C69A4E0991; Thu, 27 Apr 2023 23:31:29 +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 A952AE0991 for ; Thu, 27 Apr 2023 23:31:29 +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 AD78B340E5F for ; Thu, 27 Apr 2023 23:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2104FA56 for ; Thu, 27 Apr 2023 23:31:27 +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: <1682638272.b7a21fb88ee4cc0907f678eb0a6b7bd5c47a45ba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ebuild-mode/ebuild-mode-1.63.ebuild X-VCS-Directories: app-emacs/ebuild-mode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b7a21fb88ee4cc0907f678eb0a6b7bd5c47a45ba X-VCS-Branch: master Date: Thu, 27 Apr 2023 23:31:27 +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: b5118d36-4744-4070-a350-61e6921ee424 X-Archives-Hash: fada7bce1a42d2ce4b82e124bffab2c8 commit: b7a21fb88ee4cc0907f678eb0a6b7bd5c47a45ba Author: Sam James gentoo org> AuthorDate: Thu Apr 27 23:31:12 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 27 23:31:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a21fb8 app-emacs/ebuild-mode: Stabilize 1.63 ALLARCHES, #905192 Signed-off-by: Sam James gentoo.org> app-emacs/ebuild-mode/ebuild-mode-1.63.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.63.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.63.ebuild index 7c4ed2c5c19a..a3323770d37c 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-1.63.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-1.63.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" BDEPEND="sys-apps/texinfo"