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 69BFA158089 for ; Mon, 13 Nov 2023 19:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89A572BC045; Mon, 13 Nov 2023 19:53:12 +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 36A3A2BC046 for ; Mon, 13 Nov 2023 19:53:12 +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 C1EE2335D74 for ; Mon, 13 Nov 2023 19:53:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A1341384 for ; Mon, 13 Nov 2023 19:53:07 +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: <1699905064.7ccb495b17a40bd98b131bcfd2c1d38156a7164d.sam@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.32.ebuild X-VCS-Directories: app-emacs/buttercup/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ccb495b17a40bd98b131bcfd2c1d38156a7164d X-VCS-Branch: master Date: Mon, 13 Nov 2023 19:53:07 +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: c853eafd-59fc-4c78-ae83-6921e726fbfe X-Archives-Hash: 01cfcdcd9fd43f946a8f646b5e10bdde commit: 7ccb495b17a40bd98b131bcfd2c1d38156a7164d Author: Sam James gentoo org> AuthorDate: Mon Nov 13 17:41:45 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 13 19:51:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccb495b app-emacs/buttercup: Stabilize 1.32 ALLARCHES, #917296 Signed-off-by: Sam James gentoo.org> app-emacs/buttercup/buttercup-1.32.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/buttercup/buttercup-1.32.ebuild b/app-emacs/buttercup/buttercup-1.32.ebuild index 96cc1f27a2be..ab3bdbdab3c9 100644 --- a/app-emacs/buttercup/buttercup-1.32.ebuild +++ b/app-emacs/buttercup/buttercup-1.32.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"