From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1470231-garchives=archives.gentoo.org@lists.gentoo.org>
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 70E55158020
	for <garchives@archives.gentoo.org>; Thu, 22 Dec 2022 13:10:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 78834E0788;
	Thu, 22 Dec 2022 13:10:43 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 63E02E0788
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Dec 2022 13:10: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 867BB3413BA
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Dec 2022 13:10:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CE768771
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Dec 2022 13:10:40 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1671714606.6bf11478b89d0e528ff96e686b012deb1aa30e02.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
X-VCS-Directories: app-emacs/dashboard/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 6bf11478b89d0e528ff96e686b012deb1aa30e02
X-VCS-Branch: master
Date: Thu, 22 Dec 2022 13:10:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c6b1ee42-f995-4771-a261-64ee7d826fef
X-Archives-Hash: c93de98d9aaddb47daa65e03442f55ef

commit:     6bf11478b89d0e528ff96e686b012deb1aa30e02
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 13:10:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 13:10:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf11478

app-emacs/dashboard: Stabilize 1.8.0_pre20220406 x86, #887943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
index e23d63b3e2c5..f3dc13b860d0 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/emacs-${PN}-${H}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 RESTRICT="test"  # tests not in the repository, require "Eask"
 
 DOCS=( CHANGELOG.md README.org etc )