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 CF5B715806E for ; Thu, 25 May 2023 07:46:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90767E0823; Thu, 25 May 2023 07:46:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E21BE0823 for ; Thu, 25 May 2023 07:46:43 +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 1A6F433BEAC for ; Thu, 25 May 2023 07:46:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74C51A79 for ; Thu, 25 May 2023 07:46:40 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1685000766.2fd0d9496fbf0b649516c5d7379c20a662592325.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/buttercup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/buttercup/buttercup-1.31.ebuild X-VCS-Directories: app-emacs/buttercup/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2fd0d9496fbf0b649516c5d7379c20a662592325 X-VCS-Branch: master Date: Thu, 25 May 2023 07:46:40 +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: 0549a946-0021-44e9-88aa-658be15824e7 X-Archives-Hash: 7080427d8d311bc01837733b50475a31 commit: 2fd0d9496fbf0b649516c5d7379c20a662592325 Author: Arthur Zamarin gentoo org> AuthorDate: Thu May 25 07:46:06 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu May 25 07:46:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd0d949 app-emacs/buttercup: Stabilize 1.31 ALLARCHES, #907107 Signed-off-by: Arthur Zamarin gentoo.org> app-emacs/buttercup/buttercup-1.31.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/buttercup/buttercup-1.31.ebuild b/app-emacs/buttercup/buttercup-1.31.ebuild index 96cc1f27a2be..ab3bdbdab3c9 100644 --- a/app-emacs/buttercup/buttercup-1.31.ebuild +++ b/app-emacs/buttercup/buttercup-1.31.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}"/emacs-${P} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv sparc x86" DOCS=( docs/{running,writing}-tests.md ) SITEFILE="50${PN}-gentoo.el"